Search Results for

    Show / Hide Table of Contents

    Class ControlOutputBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    ControlOutputBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class ControlOutputBuilder : MotionBuilder, IMessageSink, IComponentBuilder

    Constructors

    ControlOutputBuilder()

    Declaration
    protected ControlOutputBuilder()

    Properties

    ActionLinkAttachment

    Declaration
    public LinkAttachmentData ActionLinkAttachment { get; }
    Property Value
    Type Description
    LinkAttachmentData

    Application

    Declaration
    public ControlOutputBuilder.ApplicationType Application { get; set; }
    Property Value
    Type Description
    ControlOutputBuilder.ApplicationType

    BaseLinkAttachment

    Declaration
    public LinkAttachmentData BaseLinkAttachment { get; }
    Property Value
    Type Description
    LinkAttachmentData

    Direction

    Declaration
    public ControlOutputBuilder.DirectionType Direction { get; set; }
    Property Value
    Type Description
    ControlOutputBuilder.DirectionType

    JointSelection

    Declaration
    public SelectJoint JointSelection { get; }
    Property Value
    Type Description
    SelectJoint

    MassPropertyMotionBody

    Declaration
    public SelectLink MassPropertyMotionBody { get; }
    Property Value
    Type Description
    SelectLink

    MassPropertyMotionBodyOvrCtrl

    Declaration
    public ParamOverrideState MassPropertyMotionBodyOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    MassPropertyType

    Declaration
    public ControlOutputBuilder.MassPropertyTypes MassPropertyType { get; set; }
    Property Value
    Type Description
    ControlOutputBuilder.MassPropertyTypes

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    OutputType

    Declaration
    public ControlOutputBuilder.ControlOutputType OutputType { get; set; }
    Property Value
    Type Description
    ControlOutputBuilder.ControlOutputType

    PortSelection

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

    PortSelectionOvrCtrl

    Declaration
    public ParamOverrideState PortSelectionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    SolutionVariableType

    Declaration
    public ControlOutputBuilder.SolutionVariableTypes SolutionVariableType { get; set; }
    Property Value
    Type Description
    ControlOutputBuilder.SolutionVariableTypes

    Variable

    Declaration
    public ControlOutputBuilder.VariableType Variable { get; set; }
    Property Value
    Type Description
    ControlOutputBuilder.VariableType

    XCoordinatePortSelection

    Declaration
    public SelectControlPort XCoordinatePortSelection { get; }
    Property Value
    Type Description
    SelectControlPort

    XCoordinatePortSelectionOvrCtrl

    Declaration
    public ParamOverrideState XCoordinatePortSelectionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    YCoordinatePortSelection

    Declaration
    public SelectControlPort YCoordinatePortSelection { get; }
    Property Value
    Type Description
    SelectControlPort

    YCoordinatePortSelectionOvrCtrl

    Declaration
    public ParamOverrideState YCoordinatePortSelectionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    ZCoordinatePortSelection

    Declaration
    public SelectControlPort ZCoordinatePortSelection { get; }
    Property Value
    Type Description
    SelectControlPort

    ZCoordinatePortSelectionOvrCtrl

    Declaration
    public ParamOverrideState ZCoordinatePortSelectionOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    Implements

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