NXOpen.UF.Modeling.AskEdgeVerts

Modeling.AskEdgeVerts()

Refer to UF_MODL_ask_edge_verts for documentation.

Signature: AskEdgeVerts(edge)

Parameters:edge (Tag) – Object identifier of edge containing vertices
Returns:A Tuple
Return type:A tuple consisting of (point1,point2,vertexCount)

point1(list of float): first endpoint of edge.

point2(list of float): second endpoint of edge.

vertexCount(int): Number of endpoints returned. If only one endpoint is returned, it is contained in `point1’.

License requirements: None