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

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

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

Метод Описание
IfcWallType ( DatabaseIfc m, string name, IfcWallTypeEnum type ) : System
IfcWallType ( string name, IfcMaterialLayerSet ls, IfcWallTypeEnum type ) : System

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

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

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

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

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

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

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

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

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

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

public IfcWallType ( string name, IfcMaterialLayerSet ls, IfcWallTypeEnum type ) : System
name string
ls IfcMaterialLayerSet
type IfcWallTypeEnum
Результат System

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

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