Creates a disk with NPoints number of points and Radius radius. If Segment is 1, you can make a loop by copying the verts and removing index 0.
In
Exec
|
|
NPoints
Integer
|
|
Radius
Float
|
|
Segments
Integer
|
Out
Exec
|
|
Outer Loop
Array of Vectors
|
|
Return Value
Mesh Data Structure
|
Creates a disk with NPoints number of points and Radius radius. If Segment is 1, you can make a loop by copying the verts and removing index 0. |