C# Class GeometryGym.Ifc.IfcPlacement

Inheritance: IfcGeometricRepresentationItem
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Private Properties

Property Type Description
ParseXml void
SetXML void
parseJObject void

Protected Methods

Method 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

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

Method Details

IfcPlacement() protected method

protected IfcPlacement ( DatabaseIfc db, Point2D position ) : System
db DatabaseIfc
position Point2D
return System

IfcPlacement() protected method

protected IfcPlacement ( DatabaseIfc db, Point2d position ) : System
db DatabaseIfc
position Point2d
return System

IfcPlacement() protected method

protected IfcPlacement ( DatabaseIfc db, Point3d position ) : System
db DatabaseIfc
position Point3d
return System

setJSON() protected method

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