示例#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)
 {
     this.Benchmark     = __Benchmark;
     this.ValueSource   = __ValueSource;
     this.DataValue     = __DataValue;
     this.ReferencePath = __ReferencePath;
 }
示例#2
0
 public IfcReference(IfcIdentifier?__TypeIdentifier, IfcIdentifier?__AttributeIdentifier, IfcLabel?__InstanceName, IfcInteger[] __ListPositions, IfcReference __InnerReference)
 {
     this.TypeIdentifier      = __TypeIdentifier;
     this.AttributeIdentifier = __AttributeIdentifier;
     this.InstanceName        = __InstanceName;
     this.ListPositions       = new List <IfcInteger>(__ListPositions);
     this.InnerReference      = __InnerReference;
 }