Skip to content

Documentation / @ripl/3d / createPlane

Function: createPlane() ​

createPlane(...options): Plane

Defined in: 3d/src/elements/plane.ts:60

Factory function that creates a new Plane instance.

Parameters ​

ParameterType
...options[Partial<Omit<ElementOptions<PlaneState>, "zIndex">>]

Returns ​

Plane