public IfcRelOverridesProperties(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcObject[] __RelatedObjects, IfcPropertySetDefinition __RelatingPropertyDefinition, IfcProperty[] __OverridingProperties)
     : base(__GlobalId, __OwnerHistory, __Name, __Description, __RelatedObjects, __RelatingPropertyDefinition)
 {
     this._OverridingProperties = new HashSet <IfcProperty>(__OverridingProperties);
 }
Beispiel #2
0
 public IfcPropertySetDefinitionSet(IfcPropertySetDefinition value) : this()
 {
     this.Value = value;
 }
Beispiel #3
0
 public IfcRelDefinesByProperties(IfcGloballyUniqueId __GlobalId, IfcOwnerHistory __OwnerHistory, IfcLabel?__Name, IfcText?__Description, IfcObject[] __RelatedObjects, IfcPropertySetDefinition __RelatingPropertyDefinition)
     : base(__GlobalId, __OwnerHistory, __Name, __Description, __RelatedObjects)
 {
     this._RelatingPropertyDefinition = __RelatingPropertyDefinition;
 }