FollowFilletRule Class¶
-
class
NXOpen.FollowFilletRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects curves/edges which are connected or tangent connected and follow onto and off an untrimmed fillet.New in version NX4.0.0.
Properties¶
| Property | Description |
|---|---|
| Type | Returns the get the type of selection intent rule: NXOpen.SelectionIntentRule |
Methods¶
| Method | Description |
|---|---|
| Dispose | Frees the object from memory. |
| GetData | Gets the data for the follow fillet rule: NXOpen.FollowFilletRule |
Method Detail¶
Dispose¶
-
FollowFilletRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX4.0.0.
License requirements: None.
GetData¶
-
FollowFilletRule.GetData¶ Gets the data for the follow fillet rule:
NXOpen.FollowFilletRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (features, bodies, basicCurves, seedWireframe, endWireframe, fromSeedStart, gapTolerance, angleTolerance, method) features is a list of
NXOpen.Features.Feature. Features whose curves are used to create this rule bodies is a list ofNXOpen.Body. Bodies whose edges are used to create this rule basicCurves is a list ofNXOpen.ICurve. Non-associative basic curves that are used to create this rule seedWireframe is aNXOpen.ICurve. Seed wireframe endWireframe is aNXOpen.ICurve. End wireframe. It can be null (Nothing) fromSeedStart is a bool. True: the chain starts from the start point of the seed wireframe gapTolerance is a float. Gap toleranceangleTolerance is a float. Angle tolerancemethod is aNXOpen.FollowFilletRuleType. Selection Intent method .. versionadded:: NX4.0.0License requirements: gateway (“UG GATEWAY”)