FeaturePointsRule Class

class NXOpen.FeaturePointsRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects all points created by a feature.

New in version NX5.0.2.

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 feature points rule: NXOpen.FeaturePointsRule

Method Detail

Dispose

FeaturePointsRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX5.0.2.

License requirements: None.

GetData

FeaturePointsRule.GetData

Gets the data for the feature points rule: NXOpen.FeaturePointsRule

Signature GetData()

Returns:Features whose points are used to create this rule
Return type:list of NXOpen.Features.Feature

New in version NX5.0.2.

License requirements: gateway (“UG GATEWAY”)