C# Class GeometryGym.Ifc.IfcApplication

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

Public Methods

Method Description
IfcApplication ( IfcOrganization developer, string version, string fullName, string identifier ) : System

Protected Methods

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

Private Methods

Method Description
IfcApplication ( ) : System
IfcApplication ( DatabaseIfc db ) : System
IfcApplication ( DatabaseIfc db, IfcApplication a ) : System
Parse ( string strDef ) : IfcApplication
parseFields ( IfcApplication a, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcApplication() public method

public IfcApplication ( IfcOrganization developer, string version, string fullName, string identifier ) : System
developer IfcOrganization
version string
fullName string
identifier string
return System

setJSON() protected method

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