EdgeVertexRule Class¶
-
class
NXOpen.EdgeVertexRule¶ Bases:
NXOpen.SelectionIntentRuleRepresents a
NXOpen.SelectionIntentRulethat collects the vertex edge and and its adjacent edges.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 rule: NXOpen.EdgeVertexRule |
Method Detail¶
Dispose¶
-
EdgeVertexRule.Dispose¶ Frees the object from memory.
Signature
Dispose()New in version NX4.0.0.
License requirements: None.
GetData¶
-
EdgeVertexRule.GetData¶ Gets the data for the edge vertex rule:
NXOpen.EdgeVertexRuleSignature
GetData()Returns: a tuple Return type: A tuple consisting of (startEdge, isFromStart) startEdge is a
NXOpen.Edge. Start edge of edge vertex ruleisFromStart is a bool. True: the tangent starts from the start point of the start edge if end edge is provided .. versionadded:: NX4.0.0License requirements: gateway (“UG GATEWAY”)