NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

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...
 
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...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Protected Member Functions

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

Additional Inherited Members

- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 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

Member Function Documentation

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

Frees the memory of the underlying class

Created in NX6.0.3

License requirements: None.

Implements NXOpen.TransientObject.

unsafe void NXOpen.Drawings.FlatPatternObject.GetDirections ( out NXOpen.Vector3d  xDirection,
out NXOpen.Vector3d  yDirection 
)
inline

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 ( )
inline

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 ( )
inline

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