Class: CustomParamSurface

sceneObjs.CustomParamSurface()

A parametric curve-shaped custom surface.

Tools -> Other -> Custom parametric surface

Constructor

new CustomParamSurface()

Properties:
Name Type Description
origin Point

The origin point of the parametric coordinate system.

pieces Array

Array of parametric curve pieces, each with eqnX, eqnY, tMin, tMax, tStep.

outRays Array.<OutRay>

The expressions of the outgoing rays.

twoSided boolean

Whether the surface is two-sided.

path Array.<Point>

The points on the calculated curve.

Source:

Extends

  • BaseCustomSurface