C# Class GeometryGym.Ifc.IfcBeam

Inheritance: IfcBuildingElement
Afficher le fichier Open project: GeometryGym/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcBeam ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape shape ) : System
IfcBeam ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, Tuple arcOrigin, double arcAngle ) : System
IfcBeam ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System

Private Methods

Méthode Description
IfcBeam ( ) : System
IfcBeam ( DatabaseIfc db, IfcBeam b, DuplicateOptions options ) : System

Method Details

IfcBeam() public méthode

public IfcBeam ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape shape ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
shape IfcProductDefinitionShape
Résultat System

IfcBeam() public méthode

public IfcBeam ( 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
Résultat System

IfcBeam() public méthode

public IfcBeam ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
host IfcProduct
profile GeometryGym.Ifc.IfcMaterialProfileSetUsage
placement IfcAxis2Placement3D
length double
Résultat System