Create an ellipse with two radii and a center point
ID
tool-primitive-curves-ellipse
Name
Ellipse
Group
Primitive Curves
Package
Tool
Keywords
Render
After creating the node, connect the center point to the first port. Connect the semi-major axis to the second port and the semi-minor axis to the third port. On the output port, you will receive the resulting ellipse.
Circle
Rectangle
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
origin | Point | Center of ellipse | [0,0,0] |
radius1 | Number | Semi-major axis | 20 |
radius2 | Number | Semi-minor axis | 10 |
Outputs
Name | Type | Description |
---|---|---|
curve | Curve | Resulting ellipse |