Beispiel #1
0
 protected XbimBeamType NewBeamType(IfcBeamType type) { return new XbimBeamType(this, type);}
Beispiel #2
0
 internal XbimBeamType(XbimDocument document, IfcBeamType beamType)
     : base(document)
 {
     _ifcTypeProduct = beamType;
 }