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; }
public IfcTableColumn(IfcIdentifier identifier, IfcLabel name, IfcText description, IfcUnit unit, IfcReference referencePath) : base() { Identifier = identifier; Name = name; Description = description; Unit = unit; ReferencePath = referencePath; }
public IfcReference(IfcIdentifier typeIdentifier, IfcIdentifier attributeIdentifier, IfcLabel instanceName, List <IfcInteger> listPositions, IfcReference innerReference) : base() { TypeIdentifier = typeIdentifier; AttributeIdentifier = attributeIdentifier; InstanceName = instanceName; ListPositions = listPositions; InnerReference = innerReference; }
public IfcMetricValueSelect(IfcReference choice) { this.choice = choice; }
public IfcAppliedValueSelect(IfcReference choice) { this.choice = choice; }