Ejemplo n.º 1
0
 internal IfcBridgePart(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator, IfcBridgeStructureElementType type, IfcBridgeTechnologicalElementType techno)
     : base(host, name, indicator)
 {
     mStructureElementType = type; mTechnoElementType = techno;
 }
Ejemplo n.º 2
0
 internal IfcBridgePart(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator, IfcBridgeStructureElementType type, IfcBridgeTechnologicalElementType techno) : base(host, name, indicator)
 {
     mStructureElementType = type; mTechnoElementType = techno;
 }
Ejemplo n.º 3
0
 internal IfcBridgePart(IfcBridgePart p)
     : base(p)
 {
     mStructureElementType = p.mStructureElementType; mTechnoElementType = p.mTechnoElementType;
 }
Ejemplo n.º 4
0
 internal IfcBridgePart(IfcBridgePart p) : base(p)
 {
     mStructureElementType = p.mStructureElementType; mTechnoElementType = p.mTechnoElementType;
 }