C# Class GeometryGym.Ifc.IfcEdge

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

Protected Methods

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

Private Methods

Method Description
IfcEdge ( ) : System
IfcEdge ( DatabaseIfc db, IfcEdge e ) : System
IfcEdge ( IfcVertex start, IfcVertex end ) : System
Parse ( string strDef ) : IfcEdge
parseFields ( IfcEdge e, List arrFields, int &ipos ) : void
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcEdge() protected method

protected IfcEdge ( DatabaseIfc db ) : System
db DatabaseIfc
return System

setJSON() protected method

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