|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects tangent connected faces from the body of the seed face. More...
Public Member Functions | |
| void | GetData (NXOpen::Face **startFace, NXOpen::Face **endFace, bool *isFromStart, double *angleTolerance, bool *hasSameConvexity) |
| Gets the data for the face tangent rule: FaceTangentRule | |
| virtual | ~FaceTangentRule () |
| 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 tangent connected faces from the body of the seed face.
Created in NX4.0.0.
|
virtual |
Frees the object from memory.
Created in NX4.0.0.
License requirements : None
| void NXOpen::FaceTangentRule::GetData | ( | NXOpen::Face ** | startFace, |
| NXOpen::Face ** | endFace, | ||
| bool * | isFromStart, | ||
| double * | angleTolerance, | ||
| bool * | hasSameConvexity | ||
| ) |
Gets the data for the face tangent rule: FaceTangentRule
This functionality is no longer supported.
Created in NX4.0.0.
License requirements : gateway ("UG GATEWAY")
| startFace | Start face of face tangent rule |
| endFace | End face of face tangent rule. It can be null (Nothing). |
| isFromStart | True: the tangent starts from the start point of the start face if end face is provided |
| angleTolerance | Angle tolerance for tangent faces |
| hasSameConvexity | True: will only find tangnet faces that has the same convexity |