NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Drawings::FlatPatternObject Class Reference

Provides an interface to the data available for flat pattern objects on drawing views. More...

Inheritance diagram for NXOpen::Drawings::FlatPatternObject:
NXOpen::TransientObject

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. More...
 
NXOpen::CartesianCoordinateSystemGetFlatSolidObject ()
 Returns the point object containing the attributes the user put on the original datum CSYS feature. More...
 
NXOpen::Point3d GetOrigin ()
 Returns the origin of the marker object (the point on the drawing). More...
 
virtual ~FlatPatternObject ()
 Frees the memory of the underlying class
Created in NX6.0.3. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Provides an interface to the data available for flat pattern objects on drawing views.


Created in NX6.0.3.

Constructor & Destructor Documentation

virtual NXOpen::Drawings::FlatPatternObject::~FlatPatternObject ( )
virtual

Frees the memory of the underlying class
Created in NX6.0.3.



License requirements : None

Member Function Documentation

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

Parameters
xDirectionX direction of simulated CSYS
yDirectionY 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.

Returns

Created in NX6.0.3.

License requirements : None
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.

Returns

Created in NX6.0.3.

License requirements : None

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.