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