Click or drag to resize

MeshAnalysisWindowPreviewToOverlayPoint Method

Transforms position from preview world space into overlay screen space.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.API
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static Vector3 PreviewToOverlayPoint(
	Vector3 previewWorldPosition
)

Parameters

previewWorldPosition
Type: Vector3
The position in preview world.

Return Value

Type: Vector3
The position in an overlay space.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe window not initialized properly.
See Also