Click or drag to resize

OverlayUtilitiesDrawTriangleWireframe Method (Vector3, Vector3, Vector3, Single, Boolean, Single)

Draws a wireframe triangle in a MeshAnalysis Tool overlay.

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

Parameters

p0
Type: Vector3
The first point of triangle
p1
Type: Vector3
The second point of triangle
p2
Type: Vector3
The third point of triangle
width
Type: SystemSingle
The line width
showVertices (Optional)
Type: SystemBoolean
Specifies whether vertices points should be drawn.
verticesSize (Optional)
Type: SystemSingle
The size of vertices points.
See Also