Example #1
0
 internal XbimPlateType(XbimDocument document, IfcPlateType slabType)
     : base(document)
 {
     _ifcTypeProduct = slabType;
 }
Example #2
0
 protected XbimPlateType NewPlateType(IfcPlateType type) { return new XbimPlateType(this, type); }