C# Class GeometryGym.Ifc.IfcArbitraryClosedProfileDef

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

Méthodes publiques

Méthode Description
IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System

Méthodes protégées

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

Private Methods

Méthode Description
IfcArbitraryClosedProfileDef ( ) : System
IfcArbitraryClosedProfileDef ( DatabaseIfc db, IfcArbitraryClosedProfileDef p ) : System
Parse ( string strDef ) : IfcArbitraryClosedProfileDef
changeSchema ( ReleaseVersion schema ) : void
parseFields ( IfcArbitraryClosedProfileDef p, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcArbitraryClosedProfileDef() public méthode

public IfcArbitraryClosedProfileDef ( string name, IfcBoundedCurve boundedCurve ) : System
name string
boundedCurve IfcBoundedCurve
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