FaceAllBlendRule Class¶
-
class
NXOpen.FaceAllBlendRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects all blend faces.New in version NX5.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 All Blend Faces rule: NXOpen.FaceAllBlendRule |
| GetDefiningData | Gets the data for the All Blend Faces rule: NXOpen.FaceAllBlendRule |
Method Detail¶
Dispose¶
-
FaceAllBlendRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX5.0.0.
License requirements: None.
GetData¶
-
FaceAllBlendRule.GetData¶ Gets the data for the All Blend Faces rule:
NXOpen.FaceAllBlendRuleSignature
GetData()Returns: Body which creates this rule Return type: NXOpen.BodyNew in version NX5.0.0.
License requirements: None.
GetDefiningData¶
-
FaceAllBlendRule.GetDefiningData¶ Gets the data for the All Blend Faces rule:
NXOpen.FaceAllBlendRuleSignature
GetDefiningData()Returns: a tuple Return type: A tuple consisting of (body, feature) body is a
NXOpen.Body. Body which creates this rulefeature is aNXOpen.Features.Feature. Feature which creates this rule .. versionadded:: NX8.5.0License requirements: None.