C# Class GeometryGym.Ifc.IfcLibraryReference

Inheritance: IfcExternalReference, IfcLibrarySelect
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcLibraryReference ( DatabaseIfc db ) : System
IfcLibraryReference ( IfcLibraryInformation referenced ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcLibraryReference() public method

public IfcLibraryReference ( DatabaseIfc db ) : System
db DatabaseIfc
return System

IfcLibraryReference() public method

public IfcLibraryReference ( IfcLibraryInformation referenced ) : System
referenced IfcLibraryInformation
return System

setJSON() protected method

protected setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, HashSet processed ) : void
obj Newtonsoft.Json.Linq.JObject
host BaseClassIfc
processed HashSet
return void