NX Open C++ Reference Guide
|
Provides an interface to the data available for flat pattern objects on drawing views. More...
Public Member Functions | |
void | GetDirections (NXOpen::Vector3d *xDirection, NXOpen::Vector3d *yDirection) |
Returns the X and Y direction vectors that correspond to the flattened datum csys feature object. | |
NXOpen::CartesianCoordinateSystem * | GetFlatSolidObject () |
Returns the point object containing the attributes the user put on the original datum CSYS feature. | |
NXOpen::Point3d | GetOrigin () |
Returns the origin of the marker object (the point on the drawing). | |
virtual | ~FlatPatternObject () |
Frees the memory of the underlying class Created in NX6.0.3. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Provides an interface to the data available for flat pattern objects on drawing views.
Created in NX6.0.3.
|
virtual |
Frees the memory of the underlying class
Created in NX6.0.3.
License requirements : None
void NXOpen::Drawings::FlatPatternObject::GetDirections | ( | NXOpen::Vector3d * | xDirection, |
NXOpen::Vector3d * | yDirection | ||
) |
Returns the X and Y direction vectors that correspond to the flattened datum csys feature object.
The vectors have been transformed to drawing sheet coordinates.
Created in NX6.0.3.
License requirements : None
xDirection | X direction of simulated CSYS |
yDirection | Y direction of simulated CSYS |
NXOpen::CartesianCoordinateSystem* NXOpen::Drawings::FlatPatternObject::GetFlatSolidObject | ( | ) |
Returns the point object containing the attributes the user put on the original datum CSYS feature.
This is the prototype object. The recommended procedure is to use the point to obtain attribute values and to use GetOrigin and GetDirections to obtain the geometrical data because of mappings to occurrences and to the drawing sheet.
NXOpen::Point3d NXOpen::Drawings::FlatPatternObject::GetOrigin | ( | ) |
Returns the origin of the marker object (the point on the drawing).
The point has been transformed to drawing sheet coordinates. @return
Created in NX6.0.3.
License requirements : None