C# Class GeometryGym.Ifc.IfcLibraryInformation

Inheritance: IfcExternalInformation
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcLibraryInformation ( DatabaseIfc db, string name ) : System

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcLibraryInformation() public méthode

public IfcLibraryInformation ( DatabaseIfc db, string name ) : System
db DatabaseIfc
name string
Résultat System

setJSON() protected méthode

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