C# Class GeometryGym.Ifc.IfcAxis2Placement3D

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

Public Methods

Method Description
IfcAxis2Placement3D ( DatabaseIfc db, Plane plane ) : System
IfcAxis2Placement3D ( IfcCartesianPoint location ) : System
IfcAxis2Placement3D ( IfcCartesianPoint location, IfcDirection axis, IfcDirection refDirection ) : System

Protected Methods

Method Description
BuildStringSTEP ( ) : string
Parse ( string str, int &pos, int len ) : void
setJSON ( JObject obj, BaseClassIfc host, HashSet processed ) : void

Private Methods

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

Method Details

BuildStringSTEP() protected method

protected BuildStringSTEP ( ) : string
return string

IfcAxis2Placement3D() public method

public IfcAxis2Placement3D ( DatabaseIfc db, Plane plane ) : System
db DatabaseIfc
plane Plane
return System

IfcAxis2Placement3D() public method

public IfcAxis2Placement3D ( IfcCartesianPoint location ) : System
location IfcCartesianPoint
return System

IfcAxis2Placement3D() public method

public IfcAxis2Placement3D ( IfcCartesianPoint location, IfcDirection axis, IfcDirection refDirection ) : System
location IfcCartesianPoint
axis IfcDirection
refDirection IfcDirection
return System

Parse() protected method

protected Parse ( string str, int &pos, int len ) : void
str string
pos int
len int
return void

setJSON() protected method

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