EdgeVertexTangentRule Class

class NXOpen.EdgeVertexTangentRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects the vertex edge and the edges adjacent and tangent to it.

New in version NX4.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 edge vertex tangent rule: NXOpen.EdgeVertexTangentRule

Method Detail

Dispose

EdgeVertexTangentRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX4.0.0.

License requirements: None.

GetData

EdgeVertexTangentRule.GetData

Gets the data for the edge vertex tangent rule: NXOpen.EdgeVertexTangentRule

Signature GetData()

Returns:a tuple
Return type:A tuple consisting of (startEdge, isFromStart, angleTolerance, hasSameConvexity)

startEdge is a NXOpen.Edge. Start edge of edge tangent ruleisFromStart is a bool. True: the tangent starts from the start point of the start edge if end edge is providedangleTolerance is a float. Angle tolerance for tangent edges hasSameConvexity is a bool. True: will only find tangent edges that has the same convexity .. versionadded:: NX4.0.0

License requirements: gateway (“UG GATEWAY”)