Search Results for

    Show / Hide Table of Contents

    Class ClockPartBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ClockPartBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.Routing
    Assembly: NXOpen.dll
    Syntax
    public class ClockPartBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ClockPartBuilder()

    Declaration
    protected ClockPartBuilder()

    Properties

    PortSelection

    Declaration
    public SelectNXObject PortSelection { get; }
    Property Value
    Type Description
    SelectNXObject

    RotationAngle

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

    Methods

    DragByTransform(Vector3d, Matrix3x3)

    Declaration
    public void DragByTransform(Vector3d translation, Matrix3x3 rotation)
    Parameters
    Type Name Description
    Vector3d translation
    Matrix3x3 rotation

    InitializeFromPort(Port)

    Declaration
    public void InitializeFromPort(Port port)
    Parameters
    Type Name Description
    Port port

    SetLockEngagement(bool)

    Declaration
    public void SetLockEngagement(bool lockEngagement)
    Parameters
    Type Name Description
    bool lockEngagement

    SetLockRotation(bool)

    Declaration
    public void SetLockRotation(bool lockRotation)
    Parameters
    Type Name Description
    bool lockRotation

    StartDrag()

    Declaration
    public void StartDrag()

    StopDrag()

    Declaration
    public void StopDrag()

    SuppressPortConstraint(Port, bool)

    Declaration
    public void SuppressPortConstraint(Port portTag, bool suppress)
    Parameters
    Type Name Description
    Port portTag
    bool suppress

    UpdateRotationAngle(double)

    Declaration
    public void UpdateRotationAngle(double angle)
    Parameters
    Type Name Description
    double angle

    Implements

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