EdgeChainRule Class

class NXOpen.EdgeChainRule

Bases: NXOpen.SelectionIntentRule

Represents a NXOpen.SelectionIntentRule that collects end-to-end connected edges from the body of the seed edge.

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 edge chain rule: NXOpen.EdgeChainRule

Method Detail

Dispose

EdgeChainRule.Dispose

Frees the object from memory.

Signature Dispose()

New in version NX3.0.0.

License requirements: None.

GetData

EdgeChainRule.GetData

Gets the data for the edge chain rule: NXOpen.EdgeChainRule

Signature GetData()

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

startEdge is a NXOpen.Edge. Start edge of edge chain. endEdge is a NXOpen.Edge. End edge of edge chain. isFromStart is a bool. True: the chain starts from the start point of the start edge .. versionadded:: NX3.0.0

License requirements: gateway (“UG GATEWAY”)