FaceConnectedBlendRule Class

class NXOpen.FaceConnectedBlendRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all connected 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 Connected Blend Faces rule: NXOpen.FaceConnectedBlendRule
GetDefiningData Gets the data for the Connected Blend Faces rule: NXOpen.FaceConnectedBlendRule

Method Detail

Dispose

FaceConnectedBlendRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX5.0.0.

License requirements: None.

GetData

FaceConnectedBlendRule.GetData

Gets the data for the Connected Blend Faces rule: NXOpen.FaceConnectedBlendRule

Signature GetData()

Returns:Seed face which creates this rule
Return type:NXOpen.Face

New in version NX5.0.0.

License requirements: None.

GetDefiningData

FaceConnectedBlendRule.GetDefiningData

Gets the data for the Connected Blend Faces rule: NXOpen.FaceConnectedBlendRule

Signature GetDefiningData()

Returns:a tuple
Return type:A tuple consisting of (seedFace, includeBlendLike, includeUnlabeledBlend, feature)

seedFace is a NXOpen.Face. Seed face which creates this rule includeBlendLike is a bool. true if the rule is to identify any blend-like faces includeUnlabeledBlend is a bool. true if the rule is to include unlabeled blend faces feature is a NXOpen.Features.Feature. Feature which creates this rule .. versionadded:: NX8.5.0

License requirements: None.