Class: CustomArcSurface

sceneObjs.CustomArcSurface()

A custom surface with shape of a circular arc.

Tools -> Other -> Custom Arc Surface

Constructor

new CustomArcSurface()

Properties:
Name Type Description
p1 Point

The first endpoint.

p2 Point

The second endpoint.

p3 Point

The control point on the arc.

outRays Array.<OutRay>

The expressions of the outgoing rays.

twoSided boolean

Whether the surface is two-sided.

Source:

Extends

  • BaseCustomSurface