Click or drag to resize

CameraRefreshEvaluators Method

Refreshes all evaluators for the axes, points, or vectors that are used in the current camera view. This should be called if the axes, points, or vectors are changed. If you find yourself calling this frequently, consider using the Position and Direction properties instead of methods taking axes, points, and vectors. For more information on evaluators, see the overview topic on Evaluators and Evaluator Groups topic.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void RefreshEvaluators()
See Also