FaceAllBlendRule Class

class NXOpen.FaceAllBlendRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that 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.FaceAllBlendRule

Signature GetData()

Returns:Body which creates this rule
Return type:NXOpen.Body

New in version NX5.0.0.

License requirements: None.

GetDefiningData

FaceAllBlendRule.GetDefiningData

Gets the data for the All Blend Faces rule: NXOpen.FaceAllBlendRule

Signature GetDefiningData()

Returns:a tuple
Return type:A tuple consisting of (body, feature)

body is a NXOpen.Body. Body which creates this rulefeature is a NXOpen.Features.Feature. Feature which creates this rule .. versionadded:: NX8.5.0

License requirements: None.