NX Open C++ Reference Guide
|
Represents a Mechatronics::GraphControl builder
To create a new instance of this class, use Mechatronics::GraphControlCollection::CreateGraphControlBuilder
Created in NX8.0.0.
More...
Public Types | |
enum | EndAction { EndActionRestartfromBeginning, EndActionDeactivateGraphControl } |
the action in the end of graph. More... | |
Public Member Functions | |
NXOpen::Mechatronics::GraphControlBuilder::EndAction | GraphEndAction () |
Returns the graph end action. | |
NXOpen::Expression * | InitialTime () |
Returns the initial offset. | |
NXOpen::Mechatronics::MotionProfile * | MotionProfile () |
Returns the motion profile. | |
NXOpen::Mechatronics::SelectPhysicsConstraint * | SelectAxisControl () |
Returns the select axis control. | |
void | SetGraphEndAction (NXOpen::Mechatronics::GraphControlBuilder::EndAction graphEndAction) |
Sets the graph end action. | |
void | SetMotionProfile (NXOpen::Mechatronics::MotionProfile *profile) |
Sets the motion profile. | |
NXOpen::Expression * | ValueOffset () |
Returns the value offset. |
Represents a Mechatronics::GraphControl builder
To create a new instance of this class, use Mechatronics::GraphControlCollection::CreateGraphControlBuilder
Created in NX8.0.0.
NXOpen::Mechatronics::GraphControlBuilder::EndAction NXOpen::Mechatronics::GraphControlBuilder::GraphEndAction | ( | ) |
Returns the graph end action.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the initial offset.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
Returns the motion profile.
This can be MotionProfile .
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
NXOpen::Mechatronics::SelectPhysicsConstraint* NXOpen::Mechatronics::GraphControlBuilder::SelectAxisControl | ( | ) |
Returns the select axis control.
This can be a SpeedControl , PositionControl .
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
void NXOpen::Mechatronics::GraphControlBuilder::SetGraphEndAction | ( | NXOpen::Mechatronics::GraphControlBuilder::EndAction | graphEndAction | ) |
Sets the graph end action.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
graphEndAction | graphendaction |
void NXOpen::Mechatronics::GraphControlBuilder::SetMotionProfile | ( | NXOpen::Mechatronics::MotionProfile * | profile | ) |
Sets the motion profile.
This can be MotionProfile .
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")
profile | profile |
Returns the value offset.
Created in NX8.0.0.
License requirements : nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")