NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Features::RPODimension Class Reference

Represents a RPO Dimension. More...

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

Public Member Functions

NXOpen::ExpressionExpression ()
 Returns the expression of the dimension. More...
 
void SetExpression (const NXString &expression)
 Sets the expression of the dimension. More...
 
void SetExpression (const char *expression)
 Sets the expression of the dimension. More...
 
void SetSubtype (NXOpen::PositioningDimension::Subtype subtype)
 Sets the subtype of the dimension. More...
 
void SetTarget (NXOpen::NXObject *target)
 Sets the targe of the dimension. More...
 
void SetTargetAssociativity (NXOpen::Features::AssociativityType targetAssociativity)
 Sets the target associativity. More...
 
void SetTargetPoint (const NXOpen::Point3d &referencePoint1)
 Sets the target point of dimension. More...
 
void SetTool (NXOpen::NXObject *tool)
 Sets the tool of the dimension. More...
 
void SetToolAssociativity (NXOpen::Features::AssociativityType toolAssociativity)
 Sets the tool associativity. More...
 
void SetToolPoint (const NXOpen::Point3d &referencePoint2)
 Sets the tool point of dimension. More...
 
NXOpen::PositioningDimension::Subtype Subtype ()
 Returns the subtype of the dimension. More...
 
NXOpen::NXObjectTarget ()
 Returns the targe of the dimension. More...
 
NXOpen::Features::AssociativityType TargetAssociativity ()
 Returns the target associativity. More...
 
NXOpen::Point3d TargetPoint ()
 Returns the target point of dimension. More...
 
NXOpen::NXObjectTool ()
 Returns the tool of the dimension. More...
 
NXOpen::Features::AssociativityType ToolAssociativity ()
 Returns the tool associativity. More...
 
NXOpen::Point3d ToolPoint ()
 Returns the tool point of dimension. More...
 
virtual ~RPODimension ()
 Frees the object from memory. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents a RPO Dimension.


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

Created in NX4.0.0.

Constructor & Destructor Documentation

virtual NXOpen::Features::RPODimension::~RPODimension ( )
virtual

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

NXOpen::Expression* NXOpen::Features::RPODimension::Expression ( )

Returns the expression of the dimension.


Created in NX4.0.0.

License requirements : None

void NXOpen::Features::RPODimension::SetExpression ( const NXString expression)

Sets the expression of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters
expressionexpression of dimension
void NXOpen::Features::RPODimension::SetExpression ( const char *  expression)

Sets the expression of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters
expressionexpression of dimension
void NXOpen::Features::RPODimension::SetSubtype ( NXOpen::PositioningDimension::Subtype  subtype)

Sets the subtype of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters
subtypeSubtype of the dimension
void NXOpen::Features::RPODimension::SetTarget ( NXOpen::NXObject target)

Sets the targe of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters
targettarget of dimension
void NXOpen::Features::RPODimension::SetTargetAssociativity ( NXOpen::Features::AssociativityType  targetAssociativity)

Sets the target associativity.


Created in NX4.0.0.

License requirements : None

Parameters
targetAssociativitytarget associativity
void NXOpen::Features::RPODimension::SetTargetPoint ( const NXOpen::Point3d referencePoint1)

Sets the target point of dimension.


Created in NX4.0.0.

License requirements : None

Parameters
referencePoint1target point of dimension
void NXOpen::Features::RPODimension::SetTool ( NXOpen::NXObject tool)

Sets the tool of the dimension.


Created in NX4.0.0.

License requirements : None

Parameters
tooltool of dimension
void NXOpen::Features::RPODimension::SetToolAssociativity ( NXOpen::Features::AssociativityType  toolAssociativity)

Sets the tool associativity.


Created in NX4.0.0.

License requirements : None

Parameters
toolAssociativitytool associativity
void NXOpen::Features::RPODimension::SetToolPoint ( const NXOpen::Point3d referencePoint2)

Sets the tool point of dimension.


Created in NX4.0.0.

License requirements : None

Parameters
referencePoint2tool point of dimension
NXOpen::PositioningDimension::Subtype NXOpen::Features::RPODimension::Subtype ( )

Returns the subtype of the dimension.


Created in NX4.0.0.

License requirements : None

NXOpen::NXObject* NXOpen::Features::RPODimension::Target ( )

Returns the targe of the dimension.


Created in NX4.0.0.

License requirements : None

NXOpen::Features::AssociativityType NXOpen::Features::RPODimension::TargetAssociativity ( )

Returns the target associativity.


Created in NX4.0.0.

License requirements : None

NXOpen::Point3d NXOpen::Features::RPODimension::TargetPoint ( )

Returns the target point of dimension.


Created in NX4.0.0.

License requirements : None

NXOpen::NXObject* NXOpen::Features::RPODimension::Tool ( )

Returns the tool of the dimension.


Created in NX4.0.0.

License requirements : None

NXOpen::Features::AssociativityType NXOpen::Features::RPODimension::ToolAssociativity ( )

Returns the tool associativity.


Created in NX4.0.0.

License requirements : None

NXOpen::Point3d NXOpen::Features::RPODimension::ToolPoint ( )

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