C# Class GeometryGym.Ifc.IfcAlignment2DVerSegParabolicArc

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

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, List prime ) : void

Private Methods

Méthode Description
IfcAlignment2DVerSegParabolicArc ( ) : System
IfcAlignment2DVerSegParabolicArc ( DatabaseIfc m, bool tangential, string startTag, string endTag, double startDist, double horizontalLength, double startHeight, double startGradient, double radius, bool isConvex ) : System
IfcAlignment2DVerSegParabolicArc ( IfcAlignment2DVerSegParabolicArc p ) : System
Parse ( string strDef ) : IfcAlignment2DVerSegParabolicArc
parseFields ( IfcAlignment2DVerSegParabolicArc c, List arrFields, int &ipos ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

setJSON() protected méthode

protected setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, List prime ) : void
obj Newtonsoft.Json.Linq.JObject
host BaseClassIfc
prime List
Résultat void