Example #1
0
 public Pset_ConcreteElementGeneral(IfcPileType type)
     : base(type.mDatabase, "Pset_ConcreteElementGeneral")
 {
     Description = type.Name; type.AddPropertySet(this);
 }
Example #2
0
		internal IfcPileType(IfcPileType b) : base(b) { mPredefinedType = b.mPredefinedType; }