Class ControlOutputBuilder
Inheritance
System.Object
System.MarshalByRefObject
ControlOutputBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
Assembly: NXOpen.dll
Syntax
public class ControlOutputBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
ControlOutputBuilder()
Declaration
protected ControlOutputBuilder()
Properties
ActionLinkAttachment
Declaration
public LinkAttachmentData ActionLinkAttachment { get; }
Property Value
Application
Declaration
public ControlOutputBuilder.ApplicationType Application { get; set; }
Property Value
BaseLinkAttachment
Declaration
public LinkAttachmentData BaseLinkAttachment { get; }
Property Value
Direction
Declaration
public ControlOutputBuilder.DirectionType Direction { get; set; }
Property Value
JointSelection
Declaration
public SelectJoint JointSelection { get; }
Property Value
MassPropertyMotionBody
Declaration
public SelectLink MassPropertyMotionBody { get; }
Property Value
MassPropertyMotionBodyOvrCtrl
Declaration
public ParamOverrideState MassPropertyMotionBodyOvrCtrl { get; set; }
Property Value
MassPropertyType
Declaration
public ControlOutputBuilder.MassPropertyTypes MassPropertyType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
OutputType
Declaration
public ControlOutputBuilder.ControlOutputType OutputType { get; set; }
Property Value
PortSelection
Declaration
public SelectControlPort PortSelection { get; }
Property Value
PortSelectionOvrCtrl
Declaration
public ParamOverrideState PortSelectionOvrCtrl { get; set; }
Property Value
SolutionVariableType
Declaration
public ControlOutputBuilder.SolutionVariableTypes SolutionVariableType { get; set; }
Property Value
Variable
Declaration
public ControlOutputBuilder.VariableType Variable { get; set; }
Property Value
XCoordinatePortSelection
Declaration
public SelectControlPort XCoordinatePortSelection { get; }
Property Value
XCoordinatePortSelectionOvrCtrl
Declaration
public ParamOverrideState XCoordinatePortSelectionOvrCtrl { get; set; }
Property Value
YCoordinatePortSelection
Declaration
public SelectControlPort YCoordinatePortSelection { get; }
Property Value
YCoordinatePortSelectionOvrCtrl
Declaration
public ParamOverrideState YCoordinatePortSelectionOvrCtrl { get; set; }
Property Value
ZCoordinatePortSelection
Declaration
public SelectControlPort ZCoordinatePortSelection { get; }
Property Value
ZCoordinatePortSelectionOvrCtrl
Declaration
public ParamOverrideState ZCoordinatePortSelectionOvrCtrl { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink