C# Class GeometryGym.Ifc.IfcCartesianPointList2D

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

Private Properties

Property Type Description
ParseXml void
SetXML void
parseJObject void

Public Methods

Method Description
IfcCartesianPointList2D ( DatabaseIfc db, IEnumerable coordList ) : System

Protected Methods

Method Description
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

IfcCartesianPointList2D() public method

public IfcCartesianPointList2D ( DatabaseIfc db, IEnumerable coordList ) : System
db DatabaseIfc
coordList IEnumerable
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