C# Класс GeometryGym.Ifc.IfcBeam

Наследование: IfcBuildingElement
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
IfcBeam ( ) : System
IfcBeam ( DatabaseIfc db, IfcBeam b, DuplicateOptions options ) : System

Описание методов

IfcBeam() публичный Метод

public IfcBeam ( IfcObjectDefinition host, IfcObjectPlacement placement, IfcProductDefinitionShape shape ) : System
host IfcObjectDefinition
placement IfcObjectPlacement
shape IfcProductDefinitionShape
Результат System

IfcBeam() публичный Метод

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
Результат System

IfcBeam() публичный Метод

public IfcBeam ( IfcProduct host, GeometryGym.Ifc.IfcMaterialProfileSetUsage profile, IfcAxis2Placement3D placement, double length ) : System
host IfcProduct
profile GeometryGym.Ifc.IfcMaterialProfileSetUsage
placement IfcAxis2Placement3D
length double
Результат System