C# Class GeometryGym.Ifc.IfcQuantityTime

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

Private Properties

Property Type Description
IfcQuantityTime System
IfcQuantityTime System
Parse IfcQuantityTime
ParseXml void
SetXML void
parseFields void
parseJObject void

Public Methods

Method Description
IfcQuantityTime ( DatabaseIfc db, string name, int ifctimemeasure ) : System

Protected Methods

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

Private Methods

Method Description
IfcQuantityTime ( ) : System
IfcQuantityTime ( DatabaseIfc db, IfcQuantityTime q ) : System
Parse ( string str, ReleaseVersion schema ) : IfcQuantityTime
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcQuantityTime q, List arrFields, int &ipos, ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcQuantityTime() public method

public IfcQuantityTime ( DatabaseIfc db, string name, int ifctimemeasure ) : System
db DatabaseIfc
name string
ifctimemeasure int
return System

setJSON() protected method

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