NXOpen C++ Reference Guide
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | Public Member Functions | List of all members
NXOpen::Motion::ControlOutputBuilder Class Reference

Represents a Motion::ControlOutput builder
To create a new instance of this class, use NXOpen::Motion::ControlOutputCollection::CreateControlOutputBuilder
Default values. More...

Inheritance diagram for NXOpen::Motion::ControlOutputBuilder:
NXOpen::Motion::MotionBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ApplicationType { ApplicationTypeActionReaction, ApplicationTypeActionOnly }
 Output Variable Application Type. More...
 
enum  ControlOutputType { ControlOutputTypeLink, ControlOutputTypeJointOrConstraint }
 Control Output type. More...
 
enum  DirectionType { DirectionTypeX, DirectionTypeY, DirectionTypeZ }
 Output Variable Direction. More...
 
enum  VariableType { VariableTypeForce, VariableTypeTorque, VariableTypeActionTorque, VariableTypeBaseTorque }
 Output Variable type. More...
 

Public Member Functions

NXOpen::Motion::LinkAttachmentDataActionLinkAttachment ()
 Returns the action motion body attachment. More...
 
NXOpen::Motion::ControlOutputBuilder::ApplicationType Application ()
 Returns the control Output Variable application type. More...
 
NXOpen::Motion::LinkAttachmentDataBaseLinkAttachment ()
 Returns the base motion body attachment. More...
 
NXOpen::Motion::ControlOutputBuilder::DirectionType Direction ()
 Returns the control Output Variable direction. More...
 
NXOpen::Motion::SelectJointJointSelection ()
 Returns the joint selection. More...
 
NXString Name ()
 Returns the name of the control output element. More...
 
NXOpen::Motion::ControlOutputBuilder::ControlOutputType OutputType ()
 Returns the Control Output type. More...
 
NXOpen::Motion::SelectControlPortPortSelection ()
 Returns the control output port
Created in NX11.0.0. More...
 
void SetApplication (NXOpen::Motion::ControlOutputBuilder::ApplicationType application)
 Sets the control Output Variable application type. More...
 
void SetDirection (NXOpen::Motion::ControlOutputBuilder::DirectionType direction)
 Sets the control Output Variable direction. More...
 
void SetName (const NXString &name)
 Sets the name of the control output element. More...
 
void SetName (const char *name)
 Sets the name of the control output element. More...
 
void SetOutputType (NXOpen::Motion::ControlOutputBuilder::ControlOutputType outputType)
 Sets the Control Output type. More...
 
void SetVariable (NXOpen::Motion::ControlOutputBuilder::VariableType variable)
 Sets the control Output Variable type. More...
 
NXOpen::Motion::ControlOutputBuilder::VariableType Variable ()
 Returns the control Output Variable type. More...
 
- Public Member Functions inherited from NXOpen::Motion::MotionBuilder
double DisplayScale ()
 Returns the icon display scale
Created in NX5.0.0. More...
 
NXString GroupName ()
 Returns the group name
Created in NX5.0.0. More...
 
NXOpen::Motion::MotionObject::GroupType GroupType ()
 Returns the group type
Created in NX5.0.0. More...
 
void SetDisplayScale (double displayScale)
 Sets the icon display scale
Created in NX5.0.0. More...
 
void SetGroupName (const NXString &groupName)
 Sets the group name
Created in NX5.0.0. More...
 
void SetGroupName (const char *groupName)
 Sets the group name
Created in NX5.0.0. More...
 
void SetGroupType (NXOpen::Motion::MotionObject::GroupType groupType)
 Sets the group type
Created in NX5.0.0. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Motion::ControlOutput builder
To create a new instance of this class, use NXOpen::Motion::ControlOutputCollection::CreateControlOutputBuilder
Default values.

Property Value

Application

ActionReaction

Direction

Z

OutputType

Link

Variable

Force


Created in NX11.0.0.

Member Enumeration Documentation

Output Variable Application Type.

Enumerator
ApplicationTypeActionReaction 

Output Variable Application type Action Reaction.

Valid only in control output has point on curve constraint of type flexible as input

ApplicationTypeActionOnly 

Output Variable Application type Action.

Valid only in control output has point on curve constraint of type flexible as input

Control Output type.

Enumerator
ControlOutputTypeLink 

Control Output Type Motion Body.

Requires an action motion body attachment. Can have a base motion body attachment.

ControlOutputTypeJointOrConstraint 

Control Output Type Joint or Constraint.

Requires a Joint or Point on Curve Constraint as input.

Output Variable Direction.

Enumerator
DirectionTypeX 

Output Variable Direction X.

DirectionTypeY 

Output Variable Direction Y.

DirectionTypeZ 

Output Variable Direction Z.

Output Variable type.

Enumerator
VariableTypeForce 

Output Variable type Force.

VariableTypeTorque 

Output Variable type Torque.

VariableTypeActionTorque 

Output Variable type Action Torque.

Valid only in control output has universal joint as input.

VariableTypeBaseTorque 

Output Variable type Base Torque.

Valid only in control output has universal joint as input.

Member Function Documentation

NXOpen::Motion::LinkAttachmentData* NXOpen::Motion::ControlOutputBuilder::ActionLinkAttachment ( )

Returns the action motion body attachment.

Required in type of Control Output is Motion Body.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::ControlOutputBuilder::ApplicationType NXOpen::Motion::ControlOutputBuilder::Application ( )

Returns the control Output Variable application type.

Default Control Output Variable Direction is action reaction.
Created in NX1847.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::LinkAttachmentData* NXOpen::Motion::ControlOutputBuilder::BaseLinkAttachment ( )

Returns the base motion body attachment.

Used if the type of Control Output is Motion Body.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::ControlOutputBuilder::DirectionType NXOpen::Motion::ControlOutputBuilder::Direction ( )

Returns the control Output Variable direction.

Default Control Output Variable Direction is Z direction.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::SelectJoint* NXOpen::Motion::ControlOutputBuilder::JointSelection ( )

Returns the joint selection.

Required if the type of Control Output is Joint/Constraint.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXString NXOpen::Motion::ControlOutputBuilder::Name ( )

Returns the name of the control output element.

Must be unique across all motion elements. An unique name is set by default.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::ControlOutputBuilder::ControlOutputType NXOpen::Motion::ControlOutputBuilder::OutputType ( )

Returns the Control Output type.

Default Control Output Type is Motion Body.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

NXOpen::Motion::SelectControlPort* NXOpen::Motion::ControlOutputBuilder::PortSelection ( )

Returns the control output port
Created in NX11.0.0.



License requirements : mechanisms ("MECHANISMS")

void NXOpen::Motion::ControlOutputBuilder::SetApplication ( NXOpen::Motion::ControlOutputBuilder::ApplicationType  application)

Sets the control Output Variable application type.

Default Control Output Variable Direction is action reaction.
Created in NX1847.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
applicationapplication
void NXOpen::Motion::ControlOutputBuilder::SetDirection ( NXOpen::Motion::ControlOutputBuilder::DirectionType  direction)

Sets the control Output Variable direction.

Default Control Output Variable Direction is Z direction.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
directiondirection
void NXOpen::Motion::ControlOutputBuilder::SetName ( const NXString name)

Sets the name of the control output element.

Must be unique across all motion elements. An unique name is set by default.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::ControlOutputBuilder::SetName ( const char *  name)

Sets the name of the control output element.

Must be unique across all motion elements. An unique name is set by default.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
namename
void NXOpen::Motion::ControlOutputBuilder::SetOutputType ( NXOpen::Motion::ControlOutputBuilder::ControlOutputType  outputType)

Sets the Control Output type.

Default Control Output Type is Motion Body.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
outputTypeoutputtype
void NXOpen::Motion::ControlOutputBuilder::SetVariable ( NXOpen::Motion::ControlOutputBuilder::VariableType  variable)

Sets the control Output Variable type.

Default Control Output Variable Type is Force.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")

Parameters
variablevariable
NXOpen::Motion::ControlOutputBuilder::VariableType NXOpen::Motion::ControlOutputBuilder::Variable ( )

Returns the control Output Variable type.

Default Control Output Variable Type is Force.
Created in NX11.0.0.

License requirements : mechanisms ("MECHANISMS")


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.