Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: createLoop
Synopsis
Create a loop from a set of edges of a set of orientations
GUI Dialog
Script function
cad.createLoop
(
edges
,
orientations
[,
check
]) ->
loop
Parameters
edges
(
EdgeList
) : List of edges composing the loop
orientations
(
OrientationList
) : List of orientations for each edges
check
(
Boolean
)
[optional]
: If true, the loop check if edges are well connected or not
Return value
loop
(
Loop
) : The created loop