Create or copy a Plane.
When called with a Plane object, returns a shallow copy.
When called with a PlaneName string (or no arguments), resolves the named
plane with an optional origin offset.
Optionalplane: PlaneName
A Plane object to copy, or a PlaneName string to resolve.
Optionalorigin: number | PointInput
Origin point or scalar offset along the plane normal.
Create or copy a Plane.
When called with a
Planeobject, returns a shallow copy. When called with aPlaneNamestring (or no arguments), resolves the named plane with an optional origin offset.