C# Class GeometryGym.Ifc.IfcFixedReferenceSweptAreaSolid

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

Méthodes publiques

Méthode Description
IfcFixedReferenceSweptAreaSolid ( IfcProfileDef sweptArea, IfcCurve directrix, IfcDirection reference ) : System

Méthodes protégées

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

Private Methods

Méthode Description
IfcFixedReferenceSweptAreaSolid ( ) : System
IfcFixedReferenceSweptAreaSolid ( DatabaseIfc db, IfcFixedReferenceSweptAreaSolid s ) : System
Parse ( string str ) : IfcFixedReferenceSweptAreaSolid

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcFixedReferenceSweptAreaSolid() public méthode

public IfcFixedReferenceSweptAreaSolid ( IfcProfileDef sweptArea, IfcCurve directrix, IfcDirection reference ) : System
sweptArea IfcProfileDef
directrix IfcCurve
reference IfcDirection
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