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

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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

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

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

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.

Implements NXOpen.TransientObject.

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