NX Open C++ Reference Guide
|
Represents a curve feature tangent rule
Created in NX3.0.0.
More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Features::Feature * > &features, NXOpen::Curve **seedCurve, NXOpen::Curve **endCurve, bool *isFromSeedStart, double *angleTolerance, double *gapTolerance) |
Gets the data of the curve feature tangent rule. | |
virtual | ~CurveFeatureTangentRule () |
Frees the object from memory. |
Represents a curve feature tangent rule
Created in NX3.0.0.
virtual NXOpen::CurveFeatureTangentRule::~CurveFeatureTangentRule | ( | ) | [virtual] |
Frees the object from memory.
Created in NX3.0.0.
License requirements : None
void NXOpen::CurveFeatureTangentRule::GetData | ( | std::vector< NXOpen::Features::Feature * > & | features, |
NXOpen::Curve ** | seedCurve, | ||
NXOpen::Curve ** | endCurve, | ||
bool * | isFromSeedStart, | ||
double * | angleTolerance, | ||
double * | gapTolerance | ||
) |
Gets the data of the curve feature tangent rule.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
features | Feaures whose tangent curves are used to create this rule |
seedCurve | Seed curve |
endCurve | End curve. It can be null (Nothing) |
isFromSeedStart | True: the chain starts from the start point of the seed curve |
angleTolerance | Angle tolerance for tangent curves |
gapTolerance | Gap tolerance for tangent curves |