C# Class GeometryGym.Ifc.IfcAlignment2DVerticalSegment

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

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
IfcAlignment2DVerticalSegment ( ) : System
IfcAlignment2DVerticalSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag, double startDist, double horizontalLength, double startHeight, double startGradient ) : System
IfcAlignment2DVerticalSegment ( IfcAlignment2DVerticalSegment s ) : System
parseFields ( IfcAlignment2DVerticalSegment s, List arrFields, int &ipos ) : void
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, List prime ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcAlignment2DVerticalSegment() protected méthode

protected IfcAlignment2DVerticalSegment ( ) : System
Résultat System

IfcAlignment2DVerticalSegment() protected méthode

protected IfcAlignment2DVerticalSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag, double startDist, double horizontalLength, double startHeight, double startGradient ) : System
m DatabaseIfc
tangential bool
startTag string
endTag string
startDist double
horizontalLength double
startHeight double
startGradient double
Résultat System

IfcAlignment2DVerticalSegment() protected méthode

protected IfcAlignment2DVerticalSegment ( IfcAlignment2DVerticalSegment s ) : System
s IfcAlignment2DVerticalSegment
Résultat System

parseFields() protected static méthode

protected static parseFields ( IfcAlignment2DVerticalSegment s, List arrFields, int &ipos ) : void
s IfcAlignment2DVerticalSegment
arrFields List
ipos int
Résultat void

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