NX Open C++ Reference Guide
|
Represents a Motion::CouplerBuilder
This is an abstract class, and cannot be created.
More...
Public Member Functions | |
NXOpen::Point * | ContactPoint () |
Returns the contact point Created in NX6.0.0. | |
NXOpen::Motion::SelectJoint * | FirstJoint () |
Returns the first joint Created in NX6.0.0. | |
NXString | Name () |
Returns the name Created in NX6.0.0. | |
double | Ratio () |
Returns the ratio Created in NX6.0.0. | |
NXOpen::Motion::SelectJoint * | SecondJoint () |
Returns the second joint Created in NX6.0.0. | |
void | SetContactPoint (NXOpen::Point *contactPt) |
Sets the contact point Created in NX6.0.0. | |
void | SetName (const NXString &name) |
Sets the name Created in NX6.0.0. | |
void | SetRatio (double ratio) |
Sets the ratio Created in NX6.0.0. |
Represents a Motion::CouplerBuilder
This is an abstract class, and cannot be created.
Created in NX6.0.0.
Returns the contact point
Created in NX6.0.0.
License requirements : None
Returns the first joint
Created in NX6.0.0.
License requirements : None
Returns the name
Created in NX6.0.0.
License requirements : None
double NXOpen::Motion::CouplerBuilder::Ratio | ( | ) |
Returns the ratio
Created in NX6.0.0.
License requirements : None
Returns the second joint
Created in NX6.0.0.
License requirements : None
void NXOpen::Motion::CouplerBuilder::SetContactPoint | ( | NXOpen::Point * | contactPt | ) |
Sets the contact point
Created in NX6.0.0.
License requirements : None
contactPt | contact pt |
void NXOpen::Motion::CouplerBuilder::SetName | ( | const NXString & | name | ) |
Sets the name
Created in NX6.0.0.
License requirements : None
name | name |
void NXOpen::Motion::CouplerBuilder::SetRatio | ( | double | ratio | ) |
Sets the ratio
Created in NX6.0.0.
License requirements : None
ratio | ratio |