C# Class GeometryGym.Ifc.IfcExtrudedAreaSolid

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

Méthodes publiques

Méthode Description
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcDirection dir, double depth ) : System
IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode Description
IfcExtrudedAreaSolid ( ) : System
IfcExtrudedAreaSolid ( DatabaseIfc db, IfcExtrudedAreaSolid e ) : System
Parse ( string str ) : IfcExtrudedAreaSolid
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcExtrudedAreaSolid() public méthode

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, IfcDirection dir, double depth ) : System
prof IfcProfileDef
position IfcAxis2Placement3D
dir IfcDirection
depth double
Résultat System

IfcExtrudedAreaSolid() public méthode

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcAxis2Placement3D position, double depth ) : System
prof IfcProfileDef
position IfcAxis2Placement3D
depth double
Résultat System

IfcExtrudedAreaSolid() public méthode

public IfcExtrudedAreaSolid ( IfcProfileDef prof, IfcDirection dir, double depth ) : System
prof IfcProfileDef
dir IfcDirection
depth double
Résultat System

IfcExtrudedAreaSolid() public méthode

public IfcExtrudedAreaSolid ( IfcProfileDef prof, double depth ) : System
prof IfcProfileDef
depth double
Résultat System

Parse() protected méthode

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
Résultat void

setJSON() protected méthode

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