ClipStyle Enumeration
Specifies how a line generated by a CompositeLineVisualizer is clipped by symbols.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ClipStyleValues
| Value name | Value | Description |
|---|---|---|
| Symmetric | 0 | Indicates that the line is clipped as if it does not have an orthogonal offset. |
| Asymmetric | 1 | Indicates that the line is clipped only if it is necessary. |
Remarks
ClipStyle | Result | |
|---|---|---|
Symmetric |
| |
Asymmetric |
|
Platforms
Windows, Linux, Android

