C# Class GeometryGym.Ifc.IfcGeneralProfileProperties

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

Méthodes publiques

Méthode Description
IfcGeneralProfileProperties ( string name, IfcProfileDef p ) : System

Méthodes protégées

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

Private Methods

Méthode Description
IfcGeneralProfileProperties ( ) : System
IfcGeneralProfileProperties ( DatabaseIfc db, IfcGeneralProfileProperties p ) : System
IfcGeneralProfileProperties ( string name, List props, IfcProfileDef p ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcGeneralProfileProperties
parseFields ( IfcGeneralProfileProperties gp, List arrFields, int &ipos, ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcGeneralProfileProperties() public méthode

public IfcGeneralProfileProperties ( string name, IfcProfileDef p ) : System
name string
p IfcProfileDef
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