|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects curves as specified by an enclosed region. More...
Public Member Functions | |
| void | GetData (NXOpen::DisplayableObject **seedObj, std::vector< NXOpen::Curve * > &curves, NXOpen::Point3d *seedPoint, double *distanceTolerance) |
| Gets the data for the region boundary rule: RegionBoundaryRule Created in NX6.0.0. | |
| virtual | ~RegionBoundaryRule () |
| Frees the object from memory. | |
Public Member Functions inherited from NXOpen::SelectionIntentRule | |
| 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. | |
Public Member Functions inherited from NXOpen::TransientObject | |
| void * | GetHandle () |
| Handle of the internal object represented by this object. | |
Represents a SelectionIntentRule that collects curves as specified by an enclosed region.
Created in NX6.0.0.
|
virtual |
Frees the object from memory.
Created in NX6.0.0.
License requirements : None
| void NXOpen::RegionBoundaryRule::GetData | ( | NXOpen::DisplayableObject ** | seedObj, |
| std::vector< NXOpen::Curve * > & | curves, | ||
| NXOpen::Point3d * | seedPoint, | ||
| double * | distanceTolerance | ||
| ) |
Gets the data for the region boundary rule: RegionBoundaryRule
Created in NX6.0.0.
License requirements : gateway ("UG GATEWAY")