C# Class GeometryGym.Ifc.IfcLibraryInformation

Inheritance: IfcExternalInformation
Mostrar archivo Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcLibraryInformation ( DatabaseIfc db, string name ) : System

Protected Methods

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

Private Methods

Method Description
IfcLibraryInformation ( ) : System
IfcLibraryInformation ( DatabaseIfc db, IfcLibraryInformation i ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcLibraryInformation
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcLibraryInformation 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

IfcLibraryInformation() public method

public IfcLibraryInformation ( DatabaseIfc db, string name ) : System
db DatabaseIfc
name string
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