C# Class GeometryGym.Ifc.IfcIndexedPolyCurve

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

Méthodes publiques

Méthode Description
IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System
IfcIndexedPolyCurve ( IfcCartesianPointList pl, List segs ) : System

Méthodes protégées

Méthode Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode Description
Convert ( DatabaseIfc db, PolyCurve polycurve, bool twoD ) : IfcIndexedPolyCurve
IfcIndexedPolyCurve ( ) : System
IfcIndexedPolyCurve ( DatabaseIfc db, IfcIndexedPolyCurve c ) : System
Parse ( string str ) : IfcIndexedPolyCurve
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
changeSchema ( ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected méthode

protected BuildStringSTEP ( ) : string
Résultat string

IfcIndexedPolyCurve() public méthode

public IfcIndexedPolyCurve ( IfcCartesianPointList pl ) : System
pl IfcCartesianPointList
Résultat System

IfcIndexedPolyCurve() public méthode

public IfcIndexedPolyCurve ( IfcCartesianPointList pl, List segs ) : System
pl IfcCartesianPointList
segs List
Résultat System

setJSON() protected méthode

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
Résultat void