Class: CustomSurface

sceneObjs.CustomSurface()

A line-shaped custom surface.

Tools -> Other -> Custom surface

Constructor

new CustomSurface()

Properties:
Name Type Description
p1 Point

The first endpoint.

p2 Point

The second endpoint.

outRays Array.<OutRay>

The expressions of the outgoing rays.

twoSided boolean

Whether the surface is two-sided.

Source:

Extends

  • BaseCustomSurface