Open CASCADE Technology
6.9.1
|
#include <PGeom_Axis2Placement.hxx>
Public Member Functions | |
PGeom_Axis2Placement () | |
Returns an Axis2Placement with default values. More... | |
PGeom_Axis2Placement (const gp_Ax1 &aAxis, const gp_Dir &aXDirection) | |
Creates an Axis2Placement with <A2>. More... | |
void | XDirection (const gp_Dir &aXDirection) |
Set the value of the field xDirection with <aXDirection>. More... | |
gp_Dir | XDirection () const |
Returns the "XDirection". This is a unit vector. More... | |
PGeom_Axis2Placement (const Storage_stCONSTclCOM &a) | |
const gp_Dir & | _CSFDB_GetPGeom_Axis2PlacementxDirection () const |
Public Member Functions inherited from PGeom_AxisPlacement | |
void | Axis (const gp_Ax1 &aAxis) |
Set the field axis with <aAxis>. More... | |
gp_Ax1 | Axis () const |
Returns the value of the field axis. More... | |
PGeom_AxisPlacement (const Storage_stCONSTclCOM &a) | |
const gp_Ax1 & | _CSFDB_GetPGeom_AxisPlacementaxis () const |
Public Member Functions inherited from PGeom_Geometry | |
PGeom_Geometry (const Storage_stCONSTclCOM &a) | |
PGeom_Geometry () | |
Public Member Functions inherited from Standard_Persistent | |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
virtual Handle_Standard_Persistent | This () const |
virtual void | Delete () const |
virtual | ~Standard_Persistent () |
Standard_Persistent & | operator= (const Standard_Persistent &) |
Standard_Persistent () | |
Standard_Persistent (const Standard_Persistent &) | |
Standard_Persistent (const Storage_stCONSTclCOM &) | |
virtual const Handle_Standard_Type & | DynamicType () const |
Standard_Boolean | IsKind (const Handle_Standard_Type &) const |
Standard_Boolean | IsInstance (const Handle_Standard_Type &) const |
Additional Inherited Members | |
Protected Member Functions inherited from PGeom_AxisPlacement | |
PGeom_AxisPlacement () | |
Initializes the field(s) with default value(s). More... | |
PGeom_AxisPlacement (const gp_Ax1 &aAxis) | |
Initializes the field axis with <aAxis>. More... | |
Protected Attributes inherited from PGeom_AxisPlacement | |
gp_Ax1 | axis |
PGeom_Axis2Placement::PGeom_Axis2Placement | ( | ) |
Returns an Axis2Placement with default values.
Creates an Axis2Placement with <A2>.
|
inline |
|
inline |
void PGeom_Axis2Placement::XDirection | ( | const gp_Dir & | aXDirection | ) |
Set the value of the field xDirection with <aXDirection>.
gp_Dir PGeom_Axis2Placement::XDirection | ( | ) | const |
Returns the "XDirection". This is a unit vector.