NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects a region of faces that are tangent connected. More...
Public Member Functions | |
void | GetData (NXOpen::Face **seedObj, std::vector< NXOpen::Curve * > &curves, NXOpen::Point3d *seedPoint, double *distanceTolerance) |
Gets the data for the face region boundary rule: FaceRegionBoundaryRule Created in NX7.0.0. | |
virtual | ~FaceRegionBoundaryRule () |
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 a region of faces that are tangent connected.
Created in NX7.0.0.
|
virtual |
Frees the object from memory.
Created in NX7.0.0.
License requirements : None
void NXOpen::FaceRegionBoundaryRule::GetData | ( | NXOpen::Face ** | seedObj, |
std::vector< NXOpen::Curve * > & | curves, | ||
NXOpen::Point3d * | seedPoint, | ||
double * | distanceTolerance | ||
) |
Gets the data for the face region boundary rule: FaceRegionBoundaryRule
Created in NX7.0.0.
License requirements : gateway ("UG GATEWAY")
seedObj | Seed Face |
curves | Curves input to create this rule |
seedPoint | Seed point |
distanceTolerance | Distance tolerance |