NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Annotations::LineComponent Class Reference

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

Inheritance diagram for NXOpen::Annotations::LineComponent:
NXOpen::TransientObject

Public Types

enum  LineType {
  LineTypeExtension, LineTypeLeader, LineTypeNarrowLeader, LineTypeStub,
  LineTypeDualBracket, LineTypeAnnotation, LineTypeInspection, LineTypeSecondaryExtension,
  LineTypeTolerance, LineTypeJog
}
 the line type More...
 

Public Member Functions

NXOpen::Point3d EndPoint ()
 Returns the line end point in absolute coordinates. More...
 
int Index ()
 Returns the line index. More...
 
NXOpen::Point3d StartPoint ()
 Returns the line start point in absolute coordinates. More...
 
NXOpen::Annotations::LineComponent::LineType Type ()
 Returns the line type. More...
 
virtual ~LineComponent ()
 Free resources associated with the line 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 line in an annotation and can be queried for information about that line.

This information includes the line type, the start point in absolute coordinates, and the end point in absolute coordinates.
Created in NX6.0.2.

Member Enumeration Documentation

the line type

Enumerator
LineTypeExtension 

extension line

LineTypeLeader 

leader line

LineTypeNarrowLeader 

narrow leader line

LineTypeStub 

stub line

LineTypeDualBracket 

dual bracket

LineTypeAnnotation 

annotation line

LineTypeInspection 

inspection line

LineTypeSecondaryExtension 

secondary extension

LineTypeTolerance 

tolerance line

LineTypeJog 

jog line

Constructor & Destructor Documentation

virtual NXOpen::Annotations::LineComponent::~LineComponent ( )
virtual

Free resources associated with the line 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

NXOpen::Point3d NXOpen::Annotations::LineComponent::EndPoint ( )

Returns the line end point in absolute coordinates.

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

License requirements : None

int NXOpen::Annotations::LineComponent::Index ( )

Returns the line index.


Created in NX9.0.0.

License requirements : None

NXOpen::Point3d NXOpen::Annotations::LineComponent::StartPoint ( )

Returns the line start point in absolute coordinates.

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

License requirements : None

NXOpen::Annotations::LineComponent::LineType NXOpen::Annotations::LineComponent::Type ( )

Returns the line 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.