NX Open C++ Reference Guide
Public Member Functions
NXOpen::Annotations::ArrowComponent Class Reference

Represents a single arrow in an annotation and can be queried for information about that arrow. More...

Inheritance diagram for NXOpen::Annotations::ArrowComponent:
NXOpen::TransientObject

List of all members.

Public Member Functions

double ArrowAngle ()
 Returns the arrow angle.
NXOpen::Point3d Origin ()
 Returns the arrow origin in absolute coordinates.
NXOpen::Annotations::ArrowheadType Type ()
 Returns the arrow type.
virtual ~ArrowComponent ()
 Free resources associated with the arrow component.

Detailed Description

Represents a single arrow in an annotation and can be queried for information about that arrow.

This information includes the type of arrow, the origin in absolute coordinates, and the arrow angle
Created in NX6.0.2.


Constructor & Destructor Documentation

Free resources associated with the arrow component.

After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX6.0.2.

License requirements : None


Member Function Documentation

Returns the arrow angle.


Created in NX6.0.2.

License requirements : None

Returns the arrow origin in absolute coordinates.

If the annotation is on a drawing, origin is returned in drawing space. If the annotation is on the model, origin is returned in model space.
Created in NX6.0.2.

License requirements : None

Returns the arrow type.


Created in NX6.0.2.

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.