Search Results for

    Show / Hide Table of Contents

    Class DatumConstraint

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TransientObject
    DatumConstraint
    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
    Assembly: NXOpen.dll
    Syntax
    public class DatumConstraint : TransientObject, IMessageSink, IDisposable

    Constructors

    DatumConstraint(IntPtr)

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

    Properties

    AlternateSolution

    Declaration
    public DatumConstraint.Solution AlternateSolution { get; }
    Property Value
    Type Description
    DatumConstraint.Solution

    ArcLength

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

    ArcLengthType

    Declaration
    public DatumConstraint.CurveOption ArcLengthType { get; set; }
    Property Value
    Type Description
    DatumConstraint.CurveOption

    ConstraintType

    Declaration
    public DatumConstraint.Type ConstraintType { get; set; }
    Property Value
    Type Description
    DatumConstraint.Type

    Geometry

    Declaration
    public DisplayableObject Geometry { get; set; }
    Property Value
    Type Description
    DisplayableObject

    Methods

    FreeResource()

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

    SetAlternateSolution(DatumConstraint.Solution)

    Declaration
    public void SetAlternateSolution(DatumConstraint.Solution solution)
    Parameters
    Type Name Description
    DatumConstraint.Solution solution

    SetArcLength(String)

    Declaration
    public void SetArcLength(string length)
    Parameters
    Type Name Description
    System.String length

    Implements

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