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

IfcBridgePart() public method

public IfcBridgePart ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
representation IfcProductDefinitionShape
return System
		public IfcBridgePart(IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape representation) : base(host, placement, representation) { }
	}

Same methods

IfcBridgePart::IfcBridgePart ( ) : System
IfcBridgePart::IfcBridgePart ( DatabaseIfc db ) : System
IfcBridgePart::IfcBridgePart ( DatabaseIfc db, IfcBridgePart bridgePart, DuplicateOptions options ) : System
IfcBridgePart