NX Open C++ Reference Guide
|
Calculates the uncut regions of a curve given a radius value for the cut tool. More...
Public Types | |
enum | ResultsType { ResultsTypeOneSide, ResultsTypeBothSides } |
Indicates which side of curve to check. More... | |
Public Member Functions | |
NXOpen::Section * | Curves () |
Returns the curves to check for uncut regions. | |
NXOpen::Die::UncutRegionsBuilder::ResultsType | Results () |
Returns the side of the curve to show the results. | |
void | ReverseSide () |
Reverse the tool side Created in NX7.5.0. | |
void | SetResults (NXOpen::Die::UncutRegionsBuilder::ResultsType results) |
Sets the side of the curve to show the results. | |
void | SetToolAxis (NXOpen::Direction *toolAxis) |
Sets the tool axis. | |
NXOpen::Direction * | ToolAxis () |
Returns the tool axis. | |
NXOpen::Expression * | ToolSize () |
Returns the expression that contains the tool radius. |
Calculates the uncut regions of a curve given a radius value for the cut tool.
To create a new instance of this class, use Die::DieCollection::CreateUncutRegionsBuilder
Created in NX7.5.0.
Returns the curves to check for uncut regions.
Created in NX7.5.0.
License requirements : None
Returns the side of the curve to show the results.
Created in NX7.5.0.
License requirements : None
Reverse the tool side
Created in NX7.5.0.
License requirements : None
void NXOpen::Die::UncutRegionsBuilder::SetResults | ( | NXOpen::Die::UncutRegionsBuilder::ResultsType | results | ) |
Sets the side of the curve to show the results.
Created in NX7.5.0.
License requirements : None
results | results |
void NXOpen::Die::UncutRegionsBuilder::SetToolAxis | ( | NXOpen::Direction * | toolAxis | ) |
Sets the tool axis.
Created in NX7.5.0.
License requirements : None
toolAxis | toolaxis |
Returns the tool axis.
Created in NX7.5.0.
License requirements : None
Returns the expression that contains the tool radius.
Created in NX7.5.0.
License requirements : None