NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects curves without any intent i.e. More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Curve * > &curves) |
Gets the data for the curve dumb rule: CurveDumbRule Created in NX3.0.0. | |
virtual | ~CurveDumbRule () |
Frees the object from memory. | |
![]() | |
NXOpen::SelectionIntentRule::RuleType | Type () |
Returns the get the type of selection intent rule: SelectionIntentRule Created in NX3.0.0. | |
virtual | ~SelectionIntentRule () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects curves without any intent i.e.
as if collected with Single Curve rule.
Created in NX3.0.0.
|
virtual |
Frees the object from memory.
Created in NX3.0.0.
License requirements : None
void NXOpen::CurveDumbRule::GetData | ( | std::vector< NXOpen::Curve * > & | curves | ) |
Gets the data for the curve dumb rule: CurveDumbRule
Created in NX3.0.0.
License requirements : gateway ("UG GATEWAY")
curves | Curves which creates this rule |