latest
Primitive Curves
Ellipse

Create an ellipse with two radii and a center point

ID

662ae7a510b6cb87640c9265

Name

Ellipse

Group

Primitive Curves

Package

Tool

Keywords

ellipse

Surface

Vector

Transform

Primitive Curves

Curve Analysis

Toolset

Triangulation

Boolean Operation

Panels

Solid

Intersection

Text

Image

Analysis

Array

Creation method

There are two options for creating an Ellipse node.

  • The first way to create an Ellipse node is using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need or words associated with this node.
    • ellipse
  • The second way is to select an Ellipse node from the menu that opens from the top left.
    • Menu > Tool > Primitive curves > Ellipse

Steps

  • Create an Ellipse node.
  • Connect the center point of the ellipse to the first port.
  • The second port gets the semi-major axis of the ellipse.
  • The third port gets the semi-minor axis of the 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.

See also

Circle
Rectangle

Inputs

NameTypeDescriptionDefault Value
origin
Point
Center of ellipseVector([0, 0, 0])
radius1
Number
Semi-major axis20
radius2
Number
Semi-minor axis10

Outputs

NameTypeDescription
curve
Curve
Resulting ellipse