CurveFeatureRule Class

class NXOpen.CurveFeatureRule

Bases: NXOpen.SelectionIntentRule

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

New in version NX3.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 curve feature rule: NXOpen.CurveFeatureRule

Method Detail

Dispose

CurveFeatureRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX3.0.0.

License requirements: None.

GetData

CurveFeatureRule.GetData

Gets the data for the curve feature rule: NXOpen.CurveFeatureRule

Signature GetData()

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

New in version NX3.0.0.

License requirements: gateway (“UG GATEWAY”)