C# Class GeometryGym.Ifc.IfcQuantityVolume

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

Private Properties

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

Public Methods

Method Description
IfcQuantityVolume ( DatabaseIfc db, string name, double volume ) : System

Protected Methods

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

Private Methods

Method Description
IfcQuantityVolume ( ) : System
IfcQuantityVolume ( DatabaseIfc db, IfcQuantityVolume q ) : System
Parse ( string str, ReleaseVersion schema ) : IfcQuantityVolume
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

IfcQuantityVolume() public method

public IfcQuantityVolume ( DatabaseIfc db, string name, double volume ) : System
db DatabaseIfc
name string
volume double
return System

setJSON() protected method

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