GeometryGym.Ifc.IfcBridge.IfcBridge C# (CSharp) Method

IfcBridge() public method

public IfcBridge ( GeometryGym.Ifc.IfcFacility host, string name, IfcObjectPlacement placement, IfcProductDefinitionShape representation ) : System
host GeometryGym.Ifc.IfcFacility
name string
placement IfcObjectPlacement
representation IfcProductDefinitionShape
return System
		public IfcBridge(IfcFacility host, string name, IfcObjectPlacement placement, IfcProductDefinitionShape representation) : base(host, placement, representation) { Name = name; }
		internal IfcBridge(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation) : base(host, placement, representation) { }

Same methods

IfcBridge::IfcBridge ( ) : System
IfcBridge::IfcBridge ( DatabaseIfc db ) : System
IfcBridge::IfcBridge ( DatabaseIfc db, IfcBridge bridge, DuplicateOptions options ) : System
IfcBridge::IfcBridge ( DatabaseIfc db, string name ) : System
IfcBridge::IfcBridge ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation ) : System
IfcBridge