NX Open C++ Reference Guide
|
Represents a follow fillet rule
Created in NX4.0.0.
More...
Public Member Functions | |
void | GetData (std::vector< NXOpen::Features::Feature * > &features, std::vector< NXOpen::Body * > &bodies, std::vector< NXOpen::ICurve * > &basicCurves, NXOpen::ICurve **seedWireframe, NXOpen::ICurve **endWireframe, bool *fromSeedStart, double *gapTolerance, double *angleTolerance, NXOpen::FollowFilletRuleType *method) |
Gets the data for the follow fillet rule: FollowFilletRule Created in NX4.0.0. | |
virtual | ~FollowFilletRule () |
Frees the object from memory. |
Represents a follow fillet rule
Created in NX4.0.0.
virtual NXOpen::FollowFilletRule::~FollowFilletRule | ( | ) | [virtual] |
Frees the object from memory.
Created in NX4.0.0.
License requirements : None
void NXOpen::FollowFilletRule::GetData | ( | std::vector< NXOpen::Features::Feature * > & | features, |
std::vector< NXOpen::Body * > & | bodies, | ||
std::vector< NXOpen::ICurve * > & | basicCurves, | ||
NXOpen::ICurve ** | seedWireframe, | ||
NXOpen::ICurve ** | endWireframe, | ||
bool * | fromSeedStart, | ||
double * | gapTolerance, | ||
double * | angleTolerance, | ||
NXOpen::FollowFilletRuleType * | method | ||
) |
Gets the data for the follow fillet rule: FollowFilletRule
Created in NX4.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
features | Features whose curves are used to create this rule |
bodies | Bodies whose edges are used to create this rule |
basicCurves | Non-associative basic curves that are used to create this rule |
seedWireframe | Seed wireframe |
endWireframe | End wireframe. It can be null (Nothing) |
fromSeedStart | True: the chain starts from the start point of the seed wireframe |
gapTolerance | Gap tolerance |
angleTolerance | Angle tolerance |
method | Selection Intent method |