Bitbybit Docs
    Preparing search index...

    Class EllipsoidDto (Inputs.JSCAD)

    Feeds shapes.ellipsoid: a sphere stretched separately along X, Y and Z, given by its center, its three radii and how finely it is faceted.

    Index

    Constructors

    Properties

    Constructors

    Properties

    center: Point3

    The point the ellipsoid is centered on

    [0, 0, 0]
    
    radius: Point3

    The half sizes along X, Y and Z, in model units, as [x, y, z]; equal values make a sphere

    [1, 2, 3]
    
    segments: number

    Number of facets around the ellipsoid; more makes it smoother

    24
    

    0

    Infinity

    1