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