#include <IGESGeom_Direction.hxx>
Inheritance diagram for IGESGeom_Direction:
Public Member Functions | |
Standard_EXPORT | IGESGeom_Direction () |
Standard_EXPORT void | Init (const gp_XYZ &aDirection) |
This method is used to set the fields of the class Direction - aDirection : Direction ratios, Z is 0 by default . | |
Standard_EXPORT gp_Vec | Value () const |
Standard_EXPORT gp_Vec | TransformedValue () const |
returns the Direction value after applying Transformation matrix | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
gp_XYZ | theDirection |
|
|
|
Reimplemented from IGESData_IGESEntity. |
|
|
|
|
|
|
|
|