NX Open C++ Reference Guide
|
Represents an face tangent rule
Created in NX4.0.0.
More...
Public Member Functions | |
void | GetData (NXOpen::Face **startFace, NXOpen::Face **endFace, bool *isFromStart, double *angleTolerance, bool *hasSameConvexity) |
Gets the data of the face tangent rule. | |
virtual | ~FaceTangentRule () |
Frees the object from memory. |
Represents an face tangent rule
Created in NX4.0.0.
virtual NXOpen::FaceTangentRule::~FaceTangentRule | ( | ) | [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 of the face tangent rule.
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
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 |