C# Class GeometryGym.Ifc.IfcAlignment2DSegment

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

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
IfcAlignment2DSegment ( ) : System
IfcAlignment2DSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag ) : System
IfcAlignment2DSegment ( IfcAlignment2DSegment s ) : System
parseFields ( IfcAlignment2DSegment a, 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

IfcAlignment2DSegment() protected méthode

protected IfcAlignment2DSegment ( ) : System
Résultat System

IfcAlignment2DSegment() protected méthode

protected IfcAlignment2DSegment ( DatabaseIfc m, bool tangential, string startTag, string endTag ) : System
m DatabaseIfc
tangential bool
startTag string
endTag string
Résultat System

IfcAlignment2DSegment() protected méthode

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

parseFields() protected static méthode

protected static parseFields ( IfcAlignment2DSegment a, List arrFields, int &ipos ) : void
a IfcAlignment2DSegment
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