NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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:
NXOpen.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink

Public Member Functions

unsafe void SetExpression (string expression)
 Sets the expression of the dimension. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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 ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

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

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