From 70873d00927b1b2ed9fbfb4c78fde80366b7932c Mon Sep 17 00:00:00 2001 From: Georg Dangl Date: Mon, 15 Jul 2024 11:12:23 +0200 Subject: [PATCH] Add colors to lines --- Documentation/README.md | 2 +- Schemas/visinfo.xsd | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/README.md b/Documentation/README.md index 7dbdbf9..9fbea3d 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -555,7 +555,7 @@ public bool AdjustToRatio(double availableRatio) ### Lines (optional) -Lines can be used to add markup in 3D. Each line is defined by three dimensional Start Point and End Point. Lines that have the same start and end points are to be considered points and may be displayed accordingly. +Lines can be used to add markup in 3D. Each line is defined by three dimensional Start Point and End Point. Lines that have the same start and end points are to be considered points and may be displayed accordingly. Optionally, lines may specify the color in which they should be displayed. ### ClippingPlanes (optional) diff --git a/Schemas/visinfo.xsd b/Schemas/visinfo.xsd index 23e7779..caa53ad 100644 --- a/Schemas/visinfo.xsd +++ b/Schemas/visinfo.xsd @@ -209,6 +209,7 @@ +