Click or drag to resize

MeshAnalysisWindowFocusPosition Property

Gets the position of a camera orbit center.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public Vector3 FocusPosition { get; }

Property Value

Type: Vector3
Exceptions
ExceptionCondition
InvalidOperationExceptionMeshAnalysisWindow not initialized properly.
See Also