C# Class GeometryGym.Ifc.IfcFixedReferenceSweptAreaSolid

Inheritance: IfcSweptAreaSolid
Datei anzeigen Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
IfcFixedReferenceSweptAreaSolid ( IfcProfileDef sweptArea, IfcCurve directrix, IfcDirection reference ) : System

Protected Methods

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

Private Methods

Method Description
IfcFixedReferenceSweptAreaSolid ( ) : System
IfcFixedReferenceSweptAreaSolid ( DatabaseIfc db, IfcFixedReferenceSweptAreaSolid s ) : System
Parse ( string str ) : IfcFixedReferenceSweptAreaSolid

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcFixedReferenceSweptAreaSolid() public method

public IfcFixedReferenceSweptAreaSolid ( IfcProfileDef sweptArea, IfcCurve directrix, IfcDirection reference ) : System
sweptArea IfcProfileDef
directrix IfcCurve
reference IfcDirection
return System

Parse() protected method

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