C# Class GeometryGym.Ifc.IfcValveType

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

Public Methods

Method Description
IfcValveType ( DatabaseIfc m, string name, IfcValveTypeEnum type ) : System

Protected Methods

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

Private Methods

Method Description
IfcValveType ( ) : System
IfcValveType ( DatabaseIfc db, IfcValveType t ) : System
Parse ( string strDef ) : IfcValveType
ParseXml ( XmlElement xml ) : void
SetXML ( XmlElement xml, BaseClassIfc host, HashSet processed ) : void
parseFields ( IfcValveType t, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcValveType() public method

public IfcValveType ( DatabaseIfc m, string name, IfcValveTypeEnum type ) : System
m DatabaseIfc
name string
type IfcValveTypeEnum
return System

setJSON() protected method

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