Search Results for

    Show / Hide Table of Contents

    Class GraphControlBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    PhysicsConstraintBuilder
    GraphControlBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    PhysicsConstraintBuilder.Name
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class GraphControlBuilder : PhysicsConstraintBuilder, IMessageSink, IComponentBuilder

    Constructors

    GraphControlBuilder()

    Declaration
    protected GraphControlBuilder()

    Properties

    CamProfile

    Declaration
    public CamProfile CamProfile { get; set; }
    Property Value
    Type Description
    CamProfile

    GraphEndAction

    Declaration
    public GraphControlBuilder.EndAction GraphEndAction { get; set; }
    Property Value
    Type Description
    GraphControlBuilder.EndAction

    InitialTime

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

    MasterAxisType

    Declaration
    public GraphControlBuilder.MasterJointType MasterAxisType { get; set; }
    Property Value
    Type Description
    GraphControlBuilder.MasterJointType

    MasterBaseType

    Declaration
    public GraphControlBuilder.MasterType MasterBaseType { get; set; }
    Property Value
    Type Description
    GraphControlBuilder.MasterType

    MasterOffset

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

    MasterScaleFactor

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

    MasterUnit

    Declaration
    public GraphControlBuilder.MasterValueUnit MasterUnit { get; set; }
    Property Value
    Type Description
    GraphControlBuilder.MasterValueUnit

    MotionProfile

    Declaration
    public MotionProfile MotionProfile { get; set; }
    Property Value
    Type Description
    MotionProfile

    SelectAxisControl

    Declaration
    public SelectPhysicsConstraint SelectAxisControl { get; }
    Property Value
    Type Description
    SelectPhysicsConstraint

    SelectMasterJoint

    Declaration
    public SelectPhysicsJoint SelectMasterJoint { get; }
    Property Value
    Type Description
    SelectPhysicsJoint

    SelectMasterSignal

    Declaration
    public SelectAdapterSignal SelectMasterSignal { get; }
    Property Value
    Type Description
    SelectAdapterSignal

    SlaveOffset

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

    SlaveScaleFactor

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

    SlaveUnit

    Declaration
    public GraphControlBuilder.SlaveValueUnit SlaveUnit { get; set; }
    Property Value
    Type Description
    GraphControlBuilder.SlaveValueUnit

    ValueOffset

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

    Implements

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