NX Open C++ Reference Guide
Public Member Functions
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

List of all members.

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::CartesianCoordinateSystemGetFlatSolidObject ()
 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.

Detailed Description

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


Created in NX6.0.3.


Constructor & Destructor Documentation

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



License requirements : None


Member Function Documentation

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

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

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.