From 8cb334f7ec0474a9290d970353cd772ddeab82c8 Mon Sep 17 00:00:00 2001 From: Georg Dangl <10274404+GeorgDangl@users.noreply.github.com> Date: Mon, 15 Jul 2024 11:16:49 +0200 Subject: [PATCH] Add colors to lines (#383) --- 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 @@ +