NXOpen .NET Reference  12.0.0
Public Member Functions | Protected 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:

Public Member Functions

unsafe
NXOpen.CartesianCoordinateSystem 
GetFlatSolidObject ()
 Returns the point object containing the attributes the user put on the original datum CSYS feature. More...
 
unsafe NXOpen.Point3d GetOrigin ()
 Returns the origin of the marker object (the point on the drawing). More...
 
unsafe void GetDirections (out NXOpen.Vector3d xDirection, out NXOpen.Vector3d yDirection)
 Returns the X and Y direction vectors that correspond to the flattened datum csys feature object. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the memory of the underlying class More...
 

Detailed Description

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

Created in NX6.0.3

Member Function Documentation

override void NXOpen.Drawings.FlatPatternObject.FreeResource ( )
protected

Frees the memory of the underlying class

Created in NX6.0.3

License requirements: None.

unsafe void NXOpen.Drawings.FlatPatternObject.GetDirections ( out NXOpen.Vector3d  xDirection,
out 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
unsafe 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.

Created in NX6.0.3

License requirements: None.

Returns
unsafe 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.

Created in NX6.0.3

License requirements: None.

Returns

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