#include <IGESAppli_Node.hxx>
Inheritance diagram for IGESAppli_Node:
Public Member Functions | |
Standard_EXPORT | IGESAppli_Node () |
Standard_EXPORT void | Init (const gp_XYZ &aCoord, const Handle(IGESGeom_TransformationMatrix)&aCoordSystem) |
This method is used to set the fields of the class Node - aCoord : Nodal Coordinates - aCoordSystem : the Nodal Displacement Coordinate System Entity (default 0 is Global Cartesian Coordinate system) . | |
Standard_EXPORT gp_Pnt | Coord () const |
returns the nodal coordinates | |
Standard_EXPORT Handle_IGESData_TransfEntity | System () const |
returns TransfEntity if a Nodal Displacement Coordinate System Entity is defined else (for Global Cartesien) returns Null Handle | |
Standard_EXPORT Standard_Integer | SystemType () const |
Computes & returns the Type of Coordinate System : 0 GlobalCartesian, 1 Cartesian, 2 Cylindrical, 3 Spherical . | |
Standard_EXPORT gp_Pnt | TransformedNodalCoord () const |
returns the Nodal coordinates after transformation | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
gp_XYZ | theCoord |
Handle_IGESGeom_TransformationMatrix | theSystem |
|
|
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|
|
|
|
|