From 90b0e1d5904e2366f23c52d2bd24fd2bcd6121dd Mon Sep 17 00:00:00 2001 From: Kirill Gavrilov Date: Wed, 16 Jul 2025 11:43:52 +0100 Subject: [PATCH] Documentation - Graphic3d_Aspects::PolygonOffsets update comments (#519) Updated the documented default "units" value in Graphic3d_Aspects.hxx from 0 to 1. --- src/Visualization/TKService/Graphic3d/Graphic3d_Aspects.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Visualization/TKService/Graphic3d/Graphic3d_Aspects.hxx b/src/Visualization/TKService/Graphic3d/Graphic3d_Aspects.hxx index c2fbee10bf..0093853e42 100644 --- a/src/Visualization/TKService/Graphic3d/Graphic3d_Aspects.hxx +++ b/src/Visualization/TKService/Graphic3d/Graphic3d_Aspects.hxx @@ -224,7 +224,7 @@ public: //! m - maximum depth slope for the polygon currently being displayed, //! r - minimum window coordinates depth resolution (implementation-specific) //! - //! Default settings for OCC 3D viewer: mode = Aspect_POM_Fill, factor = 1., units = 0. + //! Default settings for OCC 3D viewer: mode = Aspect_POM_Fill, factor = 1., units = 1. //! //! Negative offset values move polygons closer to the viewport, //! while positive values shift polygons away. -- 2.39.5