/** * Factor multiplied with scale array elements. Radius is used when no scale array is given. * @param scaleFactor number to multiply with when a scale array is provided. 1 by default. * @see getScaleFactor(), setScaleArray(), setRadius() */ setScaleFactor(scaleFactor: number): boolean; }
/** * Method use to decorate a given object (publicAPI+model) with vtkSphereMapper characteristics. * * @param publicAPI object on which methods will be bounds (public) * @param model object on which data structure will be bounds (protected) * @param {ISphereInitialValues} [initialValues] (default: {}) */ exportfunctionextend( publicAPI: object, model: object, initialValues?: ISphereInitialValues ): void;
/** * Method use to create a new instance of vtkSphereMapper */ exportfunctionnewInstance( initialValues?: ISphereInitialValues ): vtkSphereMapper;