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