MotionScript

@motion-script/core


@motion-script/core / LatheGeometry3D

Interface: LatheGeometry3D

Defined in: render3d/geometry.ts:153

A profile revolved about the Y axis — vases, bowls, turned shapes.

Extends

Properties

params?

optional params?: Record<string, unknown>

Defined in: render3d/geometry.ts:14

Inherited from

Passthrough3D.params


phiLength?

optional phiLength?: number

Defined in: render3d/geometry.ts:160


phiStart?

optional phiStart?: number

Defined in: render3d/geometry.ts:159

Degrees.


points

points: readonly Vector3Input[]

Defined in: render3d/geometry.ts:156

Profile points in the XY plane; x is the radius, y the height.


segments?

optional segments?: number

Defined in: render3d/geometry.ts:157


type

type: "lathe"

Defined in: render3d/geometry.ts:154