|
NX Open C++ Reference Guide
|
Represents a SelectionIntentRule that collects curves/edges which are connected or tangent connected and follow onto and off an untrimmed fillet. 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. | |
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 curves/edges which are connected or tangent connected and follow onto and off an untrimmed fillet.
Created in NX4.0.0.
|
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 : gateway ("UG GATEWAY")
| 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 |