clipping3D
clipping3D
Controls the clipping plane for a 3D object, allowing parts of it to be hidden by setting transparency.
Syntax
RxCore.clipping3D(onoff, plane, value)
Parameters
onoff: boolean — Turns clipping on (true) or off (false).plane: number — Plane to clip on, where0is X,1is Y, and2is Z.value: number — Clipping range in percent.
Returns
- NA — This method does not return a value.