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

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

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

Метод Описание
IfcExtrudedAreaSolidTapered ( IfcDerivedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcDerivedProfileDef end ) : System
IfcExtrudedAreaSolidTapered ( IfcParameterizedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcParameterizedProfileDef end ) : System

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

Метод Описание
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void

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

Метод Описание
IfcExtrudedAreaSolidTapered ( ) : System
IfcExtrudedAreaSolidTapered ( DatabaseIfc db, IfcExtrudedAreaSolidTapered e ) : System
Parse ( string str ) : IfcExtrudedAreaSolidTapered
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void

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

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

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

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

public IfcExtrudedAreaSolidTapered ( IfcDerivedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcDerivedProfileDef end ) : System
start IfcDerivedProfileDef
placement IfcAxis2Placement3D
depth double
end IfcDerivedProfileDef
Результат System

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

public IfcExtrudedAreaSolidTapered ( IfcParameterizedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcParameterizedProfileDef end ) : System
start IfcParameterizedProfileDef
placement IfcAxis2Placement3D
depth double
end IfcParameterizedProfileDef
Результат System

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

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
Результат void