SphereConfig

class Communicator.Util.SphereConfig()

Configuration object detailing how a sphere selection begins.

Properties

  • pickConfig

  • sphereCenter

  • sphereRadius


Properties

SphereConfig.pickConfig
Type

IncrementalPickConfig()

The configuration object used for this selection operation.

SphereConfig.sphereCenter
Type

Point3()

The center of the selection sphere.

SphereConfig.sphereRadius
Type

number

The radius of the selection sphere.