C# Class GeometryGym.Ifc.IfcClothoidalArcSegment2D

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

Méthodes protégées

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

Private Methods

Méthode Description
IfcClothoidalArcSegment2D ( ) : System
IfcClothoidalArcSegment2D ( DatabaseIfc db, IfcClothoidalArcSegment2D s ) : System
IfcClothoidalArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW, bool isEntry, double clothoidConstant ) : System
Parse ( string str ) : IfcClothoidalArcSegment2D

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

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, List prime ) : void
obj JObject
host BaseClassIfc
prime List
Résultat void