Exemple #1
0
 public IfcPropertySet()
 {
     _hasProperties = new SetOfProperty(this);
 }
 public IfcComplexProperty(IfcIdentifier name)
     : base(name)
 {
     _hasProperties = new SetOfProperty(this);
 }
 //???
 public IfcExtendedMaterialProperties()
 {
     //???
     _extendedProperties = new SetOfProperty(this); //???
 }
 public IfcComplexProperty()
 {
     _hasProperties = new SetOfProperty(this);
 }
Exemple #5
0
 public IfcExtendedMaterialProperties() //???
 {
     //???
     _extendedProperties = new SetOfProperty(this); //???
 }