Search Results for

    Show / Hide Table of Contents

    Class RPODimension

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    RPODimension
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Features
    Assembly: NXOpen.dll
    Syntax
    public class RPODimension : TransientObject, IMessageSink, IDisposable

    Constructors

    RPODimension(nint)

    Declaration
    protected RPODimension(nint ptr)
    Parameters
    Type Name Description
    nint 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
    string expression

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX