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

Public Member Functions

double ArrowAngle ()
 Returns the arrow angle. More...
 
double IncludedArrowAngle ()
 Returns the included arrow angle. More...
 
int Index ()
 Returns the arrow index. More...
 
NXOpen::Point3d Origin ()
 Returns the arrow origin in absolute coordinates. More...
 
NXOpen::Annotations::ArrowheadType Type ()
 Returns the arrow type. More...
 
virtual ~ArrowComponent ()
 Free resources associated with the arrow component. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

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

virtual NXOpen::Annotations::ArrowComponent::~ArrowComponent ( )
virtual

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

double NXOpen::Annotations::ArrowComponent::ArrowAngle ( )

Returns the arrow angle.


Created in NX6.0.2.

License requirements : None

double NXOpen::Annotations::ArrowComponent::IncludedArrowAngle ( )

Returns the included arrow angle.


Created in NX11.0.0.

License requirements : None

int NXOpen::Annotations::ArrowComponent::Index ( )

Returns the arrow index.


Created in NX9.0.0.

License requirements : None

NXOpen::Point3d NXOpen::Annotations::ArrowComponent::Origin ( )

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

NXOpen::Annotations::ArrowheadType NXOpen::Annotations::ArrowComponent::Type ( )

Returns the arrow type.


Created in NX6.0.2.

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.