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

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

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

Метод Описание
IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
IfcBeamType ( string name, IfcMaterialProfile mp, IfcBeamTypeEnum type ) : System
IfcBeamType ( string name, GeometryGym.Ifc.IfcMaterialProfileSet ps, IfcBeamTypeEnum type ) : System

Защищенные методы

Метод Описание
BuildStringSTEP ( ) : string

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

Метод Описание
IfcBeamType ( ) : System
IfcBeamType ( DatabaseIfc db, IfcBeamType t ) : System
Parse ( string strDef ) : IfcBeamType
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcBeamType t, List arrFields, int &ipos ) : void

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

BuildStringSTEP() защищенный Метод

protected BuildStringSTEP ( ) : string
Результат string

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

public IfcBeamType ( DatabaseIfc m, string name, IfcBeamTypeEnum type ) : System
m DatabaseIfc
name string
type IfcBeamTypeEnum
Результат System

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

public IfcBeamType ( string name, IfcMaterialProfile mp, IfcBeamTypeEnum type ) : System
name string
mp IfcMaterialProfile
type IfcBeamTypeEnum
Результат System

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

public IfcBeamType ( string name, GeometryGym.Ifc.IfcMaterialProfileSet ps, IfcBeamTypeEnum type ) : System
name string
ps GeometryGym.Ifc.IfcMaterialProfileSet
type IfcBeamTypeEnum
Результат System