Click or drag to resize

OverlayUtilitiesDrawAATriangleSolid Method (Vector3, Boolean, Single)

Draws an anti-aliased solid triangle.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public static void DrawAATriangleSolid(
	[NotNullAttribute] Vector3[] points,
	bool showVertices = false,
	float verticesSize = 4f
)

Parameters

points
Type: Vector3
The array of points.
showVertices (Optional)
Type: SystemBoolean
Specifies whether vertices should be drawn.
verticesSize (Optional)
Type: SystemSingle
Size of vertices.
Exceptions
ExceptionCondition
ArgumentNullExceptionpoints is
ArgumentExceptionPoints count must be equals or greater than 3.
See Also