← Back to carmenta.com
Carmenta Engine SDK Documentation
×

LineJoin Enumeration

Specifies the shape to use when connecting the individual line segments of lines rendered by a LineVisualizer.

Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)

Syntax

C#
public enum LineJoin

Values

Value nameValueDescription
Miter0

Indicates that the lines are connected using sharp corners, much as if the lines had been individually drawn.

Round1

Indicates that the connections are rounded to give the line a smooth appearance.

Bevel2

Indicates that then connections are beveled according to the drawing below.

Remarks

This is an enumeration type that determines the shape to use when connecting the individual line segments of lines visualized by a LineVisualizer. The effect of the line join setting is generally only visible on thick lines.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept