示例#1
0
 public IfcMetric(IfcLabel name, IfcText description, IfcConstraintEnum constraintGrade, IfcLabel constraintSource, IfcActorSelect creatingActor, IfcDateTime creationTime, IfcLabel userDefinedGrade, IfcBenchmarkEnum benchmark, IfcLabel valueSource, IfcMetricValueSelect dataValue, IfcReference referencePath) : base(name, description, constraintGrade, constraintSource, creatingActor, creationTime, userDefinedGrade)
 {
     Benchmark     = benchmark;
     ValueSource   = valueSource;
     DataValue     = dataValue;
     ReferencePath = referencePath;
 }
示例#2
0
 public IfcTableColumn(IfcIdentifier identifier, IfcLabel name, IfcText description, IfcUnit unit, IfcReference referencePath) : base()
 {
     Identifier    = identifier;
     Name          = name;
     Description   = description;
     Unit          = unit;
     ReferencePath = referencePath;
 }
示例#3
0
 public IfcReference(IfcIdentifier typeIdentifier, IfcIdentifier attributeIdentifier, IfcLabel instanceName, List <IfcInteger> listPositions, IfcReference innerReference) : base()
 {
     TypeIdentifier      = typeIdentifier;
     AttributeIdentifier = attributeIdentifier;
     InstanceName        = instanceName;
     ListPositions       = listPositions;
     InnerReference      = innerReference;
 }
示例#4
0
 public IfcMetricValueSelect(IfcReference choice)
 {
     this.choice = choice;
 }
示例#5
0
 public IfcAppliedValueSelect(IfcReference choice)
 {
     this.choice = choice;
 }