Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Render
3D Object
Ellipse
Create an ellipse with two radii and a center point
Details
ID
tool-primitive-curves-ellipse
Name
Ellipse
Group
Primitive Curves
Package
Tool
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Origin | Point | Center of ellipse | [0,0,0] |
Radius 1 | Number | Semi-major axis | 20 |
Radius 2 | Number | Semi-minor axis | 10 |
Output ports
Name | Type | Description |
---|---|---|
Curve | Curve | Resulting ellipse |
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