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

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

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

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

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

Метод Описание
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseJObject ( JObject obj ) : void

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

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

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

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

protected IfcElementarySurface ( ) : System
Результат System

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

protected IfcElementarySurface ( DatabaseIfc db, IfcElementarySurface s ) : System
db DatabaseIfc
s IfcElementarySurface
Результат System

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

protected IfcElementarySurface ( IfcAxis2Placement3D placement ) : System
placement IfcAxis2Placement3D
Результат 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