C# Class GeometryGym.Ifc.IfcPlacement

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

Private Properties

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

Méthodes protégées

Méthode Description
IfcPlacement ( DatabaseIfc db, Point2D position ) : System
IfcPlacement ( DatabaseIfc db, Point2d position ) : System
IfcPlacement ( DatabaseIfc db, Point3d position ) : System
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

IfcPlacement() protected méthode

protected IfcPlacement ( DatabaseIfc db, Point2D position ) : System
db DatabaseIfc
position Point2D
Résultat System

IfcPlacement() protected méthode

protected IfcPlacement ( DatabaseIfc db, Point2d position ) : System
db DatabaseIfc
position Point2d
Résultat System

IfcPlacement() protected méthode

protected IfcPlacement ( DatabaseIfc db, Point3d position ) : System
db DatabaseIfc
position Point3d
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