C# Class GeometryGym.Ifc.IfcCartesianPointList3D

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

Private Properties

Свойство Type Description
ParseXml void
SetXML void
parseJObject void

Méthodes publiques

Méthode Description
IfcCartesianPointList3D ( DatabaseIfc db, IEnumerable coordList ) : System

Méthodes protégées

Méthode Description
setJSON ( Newtonsoft.Json.Linq.JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Méthode Description
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseJObject ( Newtonsoft.Json.Linq.JObject obj ) : void

Method Details

IfcCartesianPointList3D() public méthode

public IfcCartesianPointList3D ( DatabaseIfc db, IEnumerable coordList ) : System
db DatabaseIfc
coordList IEnumerable
Résultat System

setJSON() protected méthode

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