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