NX Open C++ Reference Guide
Public Member Functions
NXOpen::Annotations::IRectangularTarget Class Reference

Represents interface class for a rectangular datum target
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::Annotations::IRectangularTarget:
NXOpen::INXObject NXOpen::Annotations::RectangularTarget

List of all members.

Public Member Functions

virtual NXOpen::Annotations::Value GetLength ()=0
 Returns the target length.
virtual NXOpen::Annotations::Value GetWidth ()=0
 Returns the target width.
virtual void SetLength (const NXOpen::Annotations::Value &length)=0
 Sets the target length
Created in NX4.0.0.
virtual void SetWidth (const NXOpen::Annotations::Value &width)=0
 Sets the target width
Created in NX4.0.0.

Detailed Description

Represents interface class for a rectangular datum target
Created in NX4.0.0.



Member Function Documentation

Returns the target length.

Returns:
Length data
Created in NX4.0.0.

License requirements : None

Implemented in NXOpen::Annotations::RectangularTarget.

Returns the target width.

Returns:
Width data
Created in NX4.0.0.

License requirements : None

Implemented in NXOpen::Annotations::RectangularTarget.

virtual void NXOpen::Annotations::IRectangularTarget::SetLength ( const NXOpen::Annotations::Value length) [pure virtual]

Sets the target length
Created in NX4.0.0.



License requirements : geometric_tol ("GDT")

Parameters:
lengthNew length data

Implemented in NXOpen::Annotations::RectangularTarget.

virtual void NXOpen::Annotations::IRectangularTarget::SetWidth ( const NXOpen::Annotations::Value width) [pure virtual]

Sets the target width
Created in NX4.0.0.



License requirements : geometric_tol ("GDT")

Parameters:
widthNew width data

Implemented in NXOpen::Annotations::RectangularTarget.


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.