C# Class GeometryGym.Ifc.IfcApplication

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

Méthodes publiques

Méthode Description
IfcApplication ( IfcOrganization developer, string version, string fullName, string identifier ) : System

Méthodes protégées

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

Private Methods

Méthode Description
IfcApplication ( ) : System
IfcApplication ( DatabaseIfc db ) : System
IfcApplication ( DatabaseIfc db, IfcApplication a ) : System
Parse ( string strDef ) : IfcApplication
parseFields ( IfcApplication a, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcApplication() public méthode

public IfcApplication ( IfcOrganization developer, string version, string fullName, string identifier ) : System
developer IfcOrganization
version string
fullName string
identifier string
Résultat System

setJSON() protected méthode

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