C# Class GeometryGym.Ifc.IfcQuantityArea

Inheritance: GeometryGym.Ifc.IfcPhysicalSimpleQuantity
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Private Properties

Property Type Description
IfcQuantityArea System
IfcQuantityArea System
Parse IfcQuantityArea
ParseXml void
SetXML void
parseJObject void

Public Methods

Method Description
IfcQuantityArea ( DatabaseIfc db, string name, double area ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

Method Description
IfcQuantityArea ( ) : System
IfcQuantityArea ( DatabaseIfc db, IfcQuantityArea q ) : System
Parse ( string str, ReleaseVersion schema ) : IfcQuantityArea
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcQuantityArea() public method

public IfcQuantityArea ( DatabaseIfc db, string name, double area ) : System
db DatabaseIfc
name string
area double
return System

setJSON() protected method

protected setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void
obj JObject
host BaseClassIfc
processed HashSet
return void