NX Open C++ Reference Guide
Public Types | Public Member Functions
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

List of all members.

Public Types

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

Public Member Functions

NXOpen::Point3d EndPoint ()
 Returns the line end point in absolute coordinates.
NXOpen::Point3d StartPoint ()
 Returns the line start point in absolute coordinates.
NXOpen::Annotations::LineComponent::LineType Type ()
 Returns the line type.
virtual ~LineComponent ()
 Free resources associated with the line component.

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


Constructor & Destructor Documentation

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

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

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

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