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

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

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

Метод Описание
IfcLibraryReference ( DatabaseIfc db ) : System
IfcLibraryReference ( IfcLibraryInformation referenced ) : System

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

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

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

Метод Описание
IfcLibraryReference ( ) : System
IfcLibraryReference ( DatabaseIfc db, IfcLibraryReference r ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcLibraryReference
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcLibraryReference f, List arrFields, int &ipos, ReleaseVersion schema ) : void
parseJObject ( Newtonsoft.Json.Linq.JObject obj ) : void
postParseRelate ( ) : void

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

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

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

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

public IfcLibraryReference ( DatabaseIfc db ) : System
db DatabaseIfc
Результат System

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

public IfcLibraryReference ( IfcLibraryInformation referenced ) : System
referenced IfcLibraryInformation
Результат System

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

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