C# Class GeometryGym.Ifc.IfcAppliedValue

Inheritance: BaseClassIfc, IfcMetricValueSelect, IfcAppliedValueSelect, IfcResourceObjectSelect
ファイルを表示 Open project: jmirtsch/GeometryGymIFC Class Usage Examples

Public Methods

Method Description
Destruct ( bool children ) : bool
IfcAppliedValue ( DatabaseIfc db ) : System
IfcAppliedValue ( DatabaseIfc db, IfcValue value ) : System
IfcAppliedValue ( IfcAppliedValue component1, IfcArithmeticOperatorEnum op, IfcAppliedValue component2 ) : System
IfcAppliedValue ( IfcAppliedValueSelect appliedValue ) : System

Protected Methods

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

Private Methods

Method Description
IfcAppliedValue ( ) : System
IfcAppliedValue ( DatabaseIfc db, IfcAppliedValue v ) : System
Parse ( string strDef, ReleaseVersion schema ) : IfcAppliedValue
parseFields ( IfcAppliedValue a, List arrFields, int &ipos, ReleaseVersion schema ) : void
parseJObject ( JObject obj ) : void
postParseRelate ( ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

Destruct() public method

public Destruct ( bool children ) : bool
children bool
return bool

IfcAppliedValue() public method

public IfcAppliedValue ( DatabaseIfc db ) : System
db DatabaseIfc
return System

IfcAppliedValue() public method

public IfcAppliedValue ( DatabaseIfc db, IfcValue value ) : System
db DatabaseIfc
value IfcValue
return System

IfcAppliedValue() public method

public IfcAppliedValue ( IfcAppliedValue component1, IfcArithmeticOperatorEnum op, IfcAppliedValue component2 ) : System
component1 IfcAppliedValue
op IfcArithmeticOperatorEnum
component2 IfcAppliedValue
return System

IfcAppliedValue() public method

public IfcAppliedValue ( IfcAppliedValueSelect appliedValue ) : System
appliedValue IfcAppliedValueSelect
return System

setJSON() protected method

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