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