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

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

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

Метод Описание
IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System

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

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

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

Метод Описание
IfcArbitraryClosedProfileDef ( ) : System
IfcArbitraryClosedProfileDef ( DatabaseIfc db, IfcArbitraryClosedProfileDef p ) : System
Parse ( string strDef ) : IfcArbitraryClosedProfileDef
changeSchema ( ReleaseVersion schema ) : void
parseFields ( IfcArbitraryClosedProfileDef p, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

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

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

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

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

public IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System
name string
boundedCurve IfcBoundedCurve
Результат System

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

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