C# Class GeometryGym.Ifc.IfcCircularArcSegment2D

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
IfcCircularArcSegment2D ( ) : System
IfcCircularArcSegment2D ( DatabaseIfc db, IfcCircularArcSegment2D s ) : System
IfcCircularArcSegment2D ( IfcCartesianPoint start, double startDirection, double length, double radius, bool isCCW ) : System
Parse ( string str ) : IfcCircularArcSegment2D

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