NX Open C++ Reference Guide
Public Member Functions
NXOpen::Features::RPODimension Class Reference

Represents a RPO Dimension. More...

Inheritance diagram for NXOpen::Features::RPODimension:
NXOpen::TransientObject

List of all members.

Public Member Functions

NXOpen::ExpressionExpression ()
 Returns the expression of the dimension.
void SetExpression (const NXString &expression)
 Sets the expression of the dimension.
void SetSubtype (NXOpen::PositioningDimension::Subtype subtype)
 Sets the subtype of the dimension.
void SetTarget (NXOpen::NXObject *target)
 Sets the targe of the dimension.
void SetTargetAssociativity (NXOpen::Features::AssociativityType targetAssociativity)
 Sets the target associativity.
void SetTargetPoint (const NXOpen::Point3d &referencePoint1)
 Sets the target point of dimension.
void SetTool (NXOpen::NXObject *tool)
 Sets the tool of the dimension.
void SetToolAssociativity (NXOpen::Features::AssociativityType toolAssociativity)
 Sets the tool associativity.
void SetToolPoint (const NXOpen::Point3d &referencePoint2)
 Sets the tool point of dimension.
NXOpen::PositioningDimension::Subtype Subtype ()
 Returns the subtype of the dimension.
NXOpen::NXObjectTarget ()
 Returns the targe of the dimension.
NXOpen::Features::AssociativityType TargetAssociativity ()
 Returns the target associativity.
NXOpen::Point3d TargetPoint ()
 Returns the target point of dimension.
NXOpen::NXObjectTool ()
 Returns the tool of the dimension.
NXOpen::Features::AssociativityType ToolAssociativity ()
 Returns the tool associativity.
NXOpen::Point3d ToolPoint ()
 Returns the tool point of dimension.
virtual ~RPODimension ()
 Frees the object from memory.

Detailed Description

Represents a RPO Dimension.


To create a new instance of this class, use Features::RPOBuilder::CreateDimension

Created in NX4.0.0.


Constructor & Destructor Documentation

Frees the object from memory.

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

License requirements : None


Member Function Documentation

Returns the expression of the dimension.


Created in NX4.0.0.

License requirements : None

Sets the expression of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters:
expressionexpression of dimension
NOTE: The full Unicode character set is not supported for this parameter.

Sets the subtype of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters:
subtypeSubtype of the dimension

Sets the targe of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters:
targettarget of dimension

Sets the target associativity.


Created in NX4.0.0.

License requirements : None

Parameters:
targetAssociativitytarget associativity

Sets the target point of dimension.


Created in NX4.0.0.

License requirements : None

Parameters:
referencePoint1target point of dimension

Sets the tool of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters:
tooltool of dimension

Sets the tool associativity.


Created in NX4.0.0.

License requirements : None

Parameters:
toolAssociativitytool associativity

Sets the tool point of dimension.


Created in NX4.0.0.

License requirements : None

Parameters:
referencePoint2tool point of dimension

Returns the subtype of the dimension.


Created in NX4.0.0.

License requirements : None

Returns the targe of the dimension.


Created in NX4.0.0.

License requirements : None

Returns the target associativity.


Created in NX4.0.0.

License requirements : None

Returns the target point of dimension.


Created in NX4.0.0.

License requirements : None

Returns the tool of the dimension.


Created in NX4.0.0.

License requirements : None

Returns the tool associativity.


Created in NX4.0.0.

License requirements : None

Returns the tool point of dimension.


Created in NX4.0.0.

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.