NXOpen .NET Reference  12.0.0
Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.Features.RPODimension Class Reference

Represents a RPO Dimension. More...

Inheritance diagram for NXOpen.Features.RPODimension:

Public Member Functions

unsafe void SetExpression (string expression)
 Sets the expression of the dimension. More...
 

Protected Member Functions

override void FreeResource ()
 Frees the object from memory. More...
 

Properties

unsafe NXOpen.Expression Expression [get]
 Returns the expression of the dimension. More...
 
unsafe
NXOpen.PositioningDimension.Subtype 
Subtype [get, set]
 Returns or sets the subtype of the dimension. More...
 
unsafe NXOpen.NXObject Target [get, set]
 Returns or sets the targe of the dimension. More...
 
unsafe
NXOpen.Features.AssociativityType 
TargetAssociativity [get, set]
 Returns or sets the target associativity. More...
 
unsafe NXOpen.Point3d TargetPoint [get, set]
 Returns or sets the target point of dimension. More...
 
unsafe NXOpen.NXObject Tool [get, set]
 Returns or sets the tool of the dimension. More...
 
unsafe
NXOpen.Features.AssociativityType 
ToolAssociativity [get, set]
 Returns or sets the tool associativity. More...
 
unsafe NXOpen.Point3d ToolPoint [get, set]
 Returns or sets the tool point of dimension. 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

Member Function Documentation

override void NXOpen.Features.RPODimension.FreeResource ( )
protected

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.

unsafe void NXOpen.Features.RPODimension.SetExpression ( string  expression)

Sets the expression of the dimension.

Created in NX4.0.0

License requirements: None.

Parameters
expressionexpression of dimension

Property Documentation

unsafe NXOpen.Expression NXOpen.Features.RPODimension.Expression
get

Returns the expression of the dimension.

Created in NX4.0.0

License requirements: None.

unsafe NXOpen.PositioningDimension.Subtype NXOpen.Features.RPODimension.Subtype
getset

Returns or sets the subtype of the dimension.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXObject NXOpen.Features.RPODimension.Target
getset

Returns or sets the targe of the dimension.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Features.AssociativityType NXOpen.Features.RPODimension.TargetAssociativity
getset

Returns or sets the target associativity.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point3d NXOpen.Features.RPODimension.TargetPoint
getset

Returns or sets the target point of dimension.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.NXObject NXOpen.Features.RPODimension.Tool
getset

Returns or sets the tool of the dimension.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Features.AssociativityType NXOpen.Features.RPODimension.ToolAssociativity
getset

Returns or sets the tool associativity.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point3d NXOpen.Features.RPODimension.ToolPoint
getset

Returns or sets the tool point of dimension.

Created in NX4.0.0

License requirements to get this property: None.

License requirements to set this property: None.


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