C# Class GeometryGym.Ifc.IfcLibraryReference

Inheritance: IfcExternalReference, IfcLibrarySelect
Afficher le fichier Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Méthodes publiques

Méthode Description
IfcLibraryReference ( DatabaseIfc db ) : System
IfcLibraryReference ( IfcLibraryInformation referenced ) : 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
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 méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcLibraryReference() public méthode

public IfcLibraryReference ( DatabaseIfc db ) : System
db DatabaseIfc
Résultat System

IfcLibraryReference() public méthode

public IfcLibraryReference ( IfcLibraryInformation referenced ) : System
referenced IfcLibraryInformation
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