C# Class GeometryGym.Ifc.IfcBeamStandardCase

Inheritance: IfcBeam
ファイルを表示 Open project: GeometryGym/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcBeamStandardCase ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, Tuple arcOrigin, double arcAngle ) : System
IfcBeamStandardCase ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System

Private Methods

Method Description
IfcBeamStandardCase ( ) : System
IfcBeamStandardCase ( DatabaseIfc db, IfcBeamStandardCase b, DuplicateOptions options ) : System

Method Details

IfcBeamStandardCase() public method

public IfcBeamStandardCase ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, Tuple arcOrigin, double arcAngle ) : System
host IfcProduct
profile GeometryGym.Ifc.IfcMaterialProfileSetUsage
placement IfcAxis2Placement3D
arcOrigin Tuple
arcAngle double
return System

IfcBeamStandardCase() public method

public IfcBeamStandardCase ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
host IfcProduct
profile GeometryGym.Ifc.IfcMaterialProfileSetUsage
placement IfcAxis2Placement3D
length double
return System