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

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

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

Метод Описание
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System

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

Метод Описание
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

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

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

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

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

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

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

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
prof IfcProfileDef
position IfcAxis2Placement3D
dir IfcDirection
depth double
Результат System

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

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, double depth ) : System
prof IfcProfileDef
position IfcAxis2Placement3D
depth double
Результат System

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

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcDirection dir, double depth ) : System
prof IfcProfileDef
dir IfcDirection
depth double
Результат System

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

public IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System
prof IfcProfileDef
depth double
Результат System

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

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

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

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
Результат void