NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects the intersection edges of boolean like features. More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::NXObject * > &features) |
Gets the data for the Feature Intersection Edges rule: FeatureIntersectionEdgesRule Created in NX9.0.0. | |
virtual | ~FeatureIntersectionEdgesRule () |
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 the intersection edges of boolean like features.
Created in NX9.0.0.
|
virtual |
Frees the object from memory.
Created in NX9.0.0.
License requirements : None
void NXOpen::FeatureIntersectionEdgesRule::GetData | ( | std::vector< NXOpen::NXObject * > & | features | ) |
Gets the data for the Feature Intersection Edges rule: FeatureIntersectionEdgesRule
Created in NX9.0.0.
License requirements : gateway ("UG GATEWAY")
features | Features whose intersecting edges are used to create this rule |