C# Class GeometryGym.Ifc.IfcExtrudedAreaSolidTapered

Inheritance: IfcExtrudedAreaSolid
Exibir arquivo Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcExtrudedAreaSolidTapered ( IfcDerivedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcDerivedProfileDef end ) : System
IfcExtrudedAreaSolidTapered ( IfcParameterizedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcParameterizedProfileDef end ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void

Private Methods

Method 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 method

protected BuildStringSTEP ( ) : string
return string

IfcExtrudedAreaSolidTapered() public method

public IfcExtrudedAreaSolidTapered ( IfcDerivedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcDerivedProfileDef end ) : System
start IfcDerivedProfileDef
placement IfcAxis2Placement3D
depth double
end IfcDerivedProfileDef
return System

IfcExtrudedAreaSolidTapered() public method

public IfcExtrudedAreaSolidTapered ( IfcParameterizedProfileDef start, IfcAxis2Placement3D placement, double depth, IfcParameterizedProfileDef end ) : System
start IfcParameterizedProfileDef
placement IfcAxis2Placement3D
depth double
end IfcParameterizedProfileDef
return System

Parse() protected method

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
return void