ConvexPolyhedronConfig

class Communicator.Util.IncrementalSelection.ConvexPolyhedronConfig()

Configuration object detailing how a convex polyhedron selection begins.

Properties

heuristicOrigin

A point used to compute distances against for…

pickConfig

The configuration object used for this selection…

volumePlanes

The planes used to define volume. A point p is inside the…


Properties

Communicator.Util.IncrementalSelection.ConvexPolyhedronConfig.heuristicOrigin

A point used to compute distances against for prioritizing returned results. This is typically (but not necessarily) the center of the volume.

Communicator.Util.IncrementalSelection.ConvexPolyhedronConfig.pickConfig

The configuration object used for this selection operation.

Communicator.Util.IncrementalSelection.ConvexPolyhedronConfig.volumePlanes

The planes used to define volume. A point p is inside the volume if and only if (plane.determineSide(p) == true) for all supplied planes.