Create a star using a center point, in and out radius, and number of vertices
ID
tool-primitive-curves-star
Name
Star
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating the node, connect the center point of the polygon to the first port, the radius in star (distance from center to tip) of the star to the second port, the radius out star (distance from center to tip) of the star to the third port and the number of vertices of the star to the fourth port. On the output port, you will receive the resulting star.
Circle
Rectangle
Ellipse
Polygon
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
origin | Point | Star base center | [0,0,0] |
radiusIn | Number | Radius in star (distance from center to tip) | 10 |
radiusOut | Number | Radius out star (distance from center to tip) | 30 |
countOfVertex | Number | Number of vertices | 5 |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Return N vertex star |