Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getEdgeDefinition
Synopsis
get all parameters contained in the edge
GUI Dialog
Script function
cad.getEdgeDefinition
(
edge
) -> (
vertex1
,
vertex2
,
curve
,
bounds
)
Parameters
edge
(
Edge
) : The edge
Return value
vertex1
(
Vertex
) : The first vertex of the edge
vertex2
(
Vertex
) : The second vertex of the edge
curve
(
Curve
) : The curve of the edge
bounds
(
Bounds1D
) : The bounds of the edge