Beispiel #1
0
 internal IfcBridge(IfcSpatialStructureElement host, string name,IfcBridgeStructureIndicator indicator, IfcBridgeStructureType type)
     : base(host, name,indicator)
 {
     mPredefinedType = type;
 }
Beispiel #2
0
 internal IfcBridgeStructureElement(IfcBridgeStructureElement e)
     : base(e)
 {
     mStructureIndicator = e.mStructureIndicator;
 }
Beispiel #3
0
 internal IfcBridgeStructureElement(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator)
     : base(host, name)
 {
     mStructureIndicator = indicator;
 }
Beispiel #4
0
 internal IfcBridgePart(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator, IfcBridgeStructureElementType type, IfcBridgeTechnologicalElementType techno)
     : base(host, name, indicator)
 {
     mStructureElementType = type; mTechnoElementType = techno;
 }
Beispiel #5
0
 internal IfcBridge(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator, IfcBridgeStructureType type) : base(host, name, indicator)
 {
     mPredefinedType = type;
 }
Beispiel #6
0
 internal IfcBridgeStructureElement(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator) : base(host, name)
 {
     mStructureIndicator = indicator;
 }
Beispiel #7
0
 internal IfcBridgeStructureElement(IfcBridgeStructureElement e) : base(e)
 {
     mStructureIndicator = e.mStructureIndicator;
 }
Beispiel #8
0
 internal IfcBridgePart(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator, IfcBridgeStructureElementType type, IfcBridgeTechnologicalElementType techno) : base(host, name, indicator)
 {
     mStructureElementType = type; mTechnoElementType = techno;
 }