Example #1
0
 internal IfcBridge(IfcSpatialStructureElement host, string name,IfcBridgeStructureIndicator indicator, IfcBridgeStructureType type)
     : base(host, name,indicator)
 {
     mPredefinedType = type;
 }
Example #2
0
 internal IfcBridge(IfcSpatialStructureElement host, string name, IfcBridgeStructureIndicator indicator, IfcBridgeStructureType type) : base(host, name, indicator)
 {
     mPredefinedType = type;
 }
Example #3
0
 internal IfcBridge(IfcBridge b)
     : base(b)
 {
     mPredefinedType = b.mPredefinedType;
 }
Example #4
0
 internal IfcBridge(IfcBridge b) : base(b)
 {
     mPredefinedType = b.mPredefinedType;
 }