CurveFeatureTangentRule Class

class NXOpen.CurveFeatureTangentRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects tangent connected curves from the feature of the seed.

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 tangent rule: NXOpen.CurveFeatureTangentRule

Method Detail

Dispose

CurveFeatureTangentRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX3.0.0.

License requirements: None.

GetData

CurveFeatureTangentRule.GetData

Gets the data for the curve feature tangent rule: NXOpen.CurveFeatureTangentRule

Signature GetData()

Returns:a tuple
Return type:A tuple consisting of (features, seedCurve, endCurve, isFromSeedStart, angleTolerance, gapTolerance)

features is a list of NXOpen.Features.Feature. Feaures whose tangent curves are used to create this ruleseedCurve is a NXOpen.Curve. Seed curve endCurve is a NXOpen.Curve. End curve. It can be null (Nothing) isFromSeedStart is a bool. True: the chain starts from the start point of the seed curve angleTolerance is a float. Angle tolerance for tangent curves gapTolerance is a float. Gap tolerance for tangent curves .. versionadded:: NX3.0.0

License requirements: gateway (“UG GATEWAY”)