Example #1
0
 public IfcResourceObjectSelect(IfcMaterialDefinition choice)
 {
     this.choice = choice;
 }
Example #2
0
 public IfcMaterialSelect(IfcMaterialDefinition choice)
 {
     this.choice = choice;
 }
Example #3
0
 public IfcMaterialProperties(IfcIdentifier name, IfcText description, List <IfcProperty> properties, IfcMaterialDefinition material) : base(name, description, properties)
 {
     Material = material;
 }
 public IfcObjectReferenceSelect(IfcMaterialDefinition choice)
 {
     this.choice = choice;
 }
Example #5
0
 /// <summary>
 /// Construct a IfcMaterialProperties with all required attributes.
 /// </summary>
 public IfcMaterialProperties(List <IfcProperty> properties, IfcMaterialDefinition material) : base(properties)
 {
     Material = material;
 }