Search Results for

    Show / Hide Table of Contents

    Class RPODimension

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    RPODimension
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(String)
    TransientObject.PrintTestData(String, Int32)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class RPODimension : TransientObject, IMessageSink, IDisposable

    Constructors

    RPODimension(IntPtr)

    Declaration
    protected RPODimension(IntPtr ptr)
    Parameters
    Type Name Description
    System.IntPtr ptr

    Properties

    Expression

    Declaration
    public Expression Expression { get; }
    Property Value
    Type Description
    Expression

    Subtype

    Declaration
    public PositioningDimension.Subtype Subtype { get; set; }
    Property Value
    Type Description
    PositioningDimension.Subtype

    Target

    Declaration
    public NXObject Target { get; set; }
    Property Value
    Type Description
    NXObject

    TargetAssociativity

    Declaration
    public AssociativityType TargetAssociativity { get; set; }
    Property Value
    Type Description
    AssociativityType

    TargetPoint

    Declaration
    public Point3d TargetPoint { get; set; }
    Property Value
    Type Description
    Point3d

    Tool

    Declaration
    public NXObject Tool { get; set; }
    Property Value
    Type Description
    NXObject

    ToolAssociativity

    Declaration
    public AssociativityType ToolAssociativity { get; set; }
    Property Value
    Type Description
    AssociativityType

    ToolPoint

    Declaration
    public Point3d ToolPoint { get; set; }
    Property Value
    Type Description
    Point3d

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    SetExpression(String)

    Declaration
    public void SetExpression(string expression)
    Parameters
    Type Name Description
    System.String expression

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.IDisposable
    In This Article
    Back to top Generated by DocFX