VisualSim.simulators.gr.lib
Class CircularSweep3D


public class CircularSweep3D
extends GRShadedShape

This actor contains the geometry and appearance specifications for a circularly swept object. The output port is used to connect this actor to the Java3D scene graph. This actor will only have meaning in the GR domain.

The parameter polyline determines the silhouette of the object. One will need to enter an array of coordinates in the X-Y plane to specify the contour for this silhouette. The parameter angleSpan determines the angle in which the silhouette is swept. The parameter slices determines the number of polygonal slices used in the sweep.

Since:
VisualSim1.0


Field Detail

polyline

public VisualSim.data.expr.Parameter polyline
The line segment array that is to be swept This parameter should contain a DoubleMatrixToken.

angleSpan

public VisualSim.data.expr.Parameter angleSpan
The span of sweep angle This parameter should contain a DoubleToken.

slices

public VisualSim.data.expr.Parameter slices
The number of slices This parameter should contain a IntToken.