C# Class GeometryGym.Ifc.IfcExtrudedAreaSolidTapered

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

Méthodes publiques

Méthode Description
IfcExtrudedAreaSolidTapered ( IfcDerivedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcDerivedProfileDef end ) : System
IfcExtrudedAreaSolidTapered ( IfcParameterizedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcParameterizedProfileDef end ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void

Private Methods

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

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcExtrudedAreaSolidTapered() public méthode

public IfcExtrudedAreaSolidTapered ( IfcDerivedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcDerivedProfileDef end ) : System
start IfcDerivedProfileDef
placement IfcAxis2Placement3D
depth double
end IfcDerivedProfileDef
Résultat System

IfcExtrudedAreaSolidTapered() public méthode

public IfcExtrudedAreaSolidTapered ( IfcParameterizedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcParameterizedProfileDef end ) : System
start IfcParameterizedProfileDef
placement IfcAxis2Placement3D
depth double
end IfcParameterizedProfileDef
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