C# Class GeometryGym.Ifc.IfcVertexPoint

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

Public Methods

Method Description
IfcVertexPoint ( IfcPoint p ) : System

Protected Methods

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

Private Methods

Method Description
IfcVertexPoint ( ) : System
IfcVertexPoint ( DatabaseIfc db, IfcVertexPoint v ) : System
Parse ( string str ) : IfcVertexPoint
parseJObject ( JObject obj ) : void

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcVertexPoint() public method

public IfcVertexPoint ( IfcPoint p ) : System
p IfcPoint
return System

setJSON() protected method

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