From: Kirill Gavrilov Date: Wed, 16 Jul 2025 10:43:52 +0000 (+0100) Subject: Documentation - Graphic3d_Aspects::PolygonOffsets update comments (#519) X-Git-Tag: V8_0_0_rc2~24 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=90b0e1d5904e2366f23c52d2bd24fd2bcd6121dd;p=occt.git Documentation - Graphic3d_Aspects::PolygonOffsets update comments (#519) Updated the documented default "units" value in Graphic3d_Aspects.hxx from 0 to 1. --- 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.