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

Protected Member Functions

override void FreeResource ()
 Free resources associated with the arrow component. More...
 

Properties

unsafe double ArrowAngle [get]
 Returns the arrow angle. More...
 
unsafe double IncludedArrowAngle [get]
 Returns the included arrow angle. More...
 
unsafe int Index [get]
 Returns the arrow index. More...
 
unsafe NXOpen.Point3d Origin [get]
 Returns the arrow origin in absolute coordinates. More...
 
unsafe
NXOpen.Annotations.ArrowheadType 
Type [get]
 Returns the arrow type. 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

Member Function Documentation

override void NXOpen.Annotations.ArrowComponent.FreeResource ( )
protected

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.

Property Documentation

unsafe double NXOpen.Annotations.ArrowComponent.ArrowAngle
get

Returns the arrow angle.

Created in NX6.0.2

License requirements: None.

unsafe double NXOpen.Annotations.ArrowComponent.IncludedArrowAngle
get

Returns the included arrow angle.

Created in NX11.0.0

License requirements: None.

unsafe int NXOpen.Annotations.ArrowComponent.Index
get

Returns the arrow index.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Point3d NXOpen.Annotations.ArrowComponent.Origin
get

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.

unsafe NXOpen.Annotations.ArrowheadType NXOpen.Annotations.ArrowComponent.Type
get

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.