Esempio n. 1
0
 internal XbimStairFlightType(XbimDocument document, IfcStairFlightType beamType)
     : base(document)
 {
     _ifcTypeProduct = beamType;
 }
Esempio n. 2
0
 protected XbimStairFlightType NewStairFlightType(IfcStairFlightType type) { return new XbimStairFlightType(this, type); }