1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

Documentation - Graphic3d_Aspects::PolygonOffsets update comments (#519)

Updated the documented default "units" value in Graphic3d_Aspects.hxx from 0 to 1.
This commit is contained in:
Kirill Gavrilov
2025-07-16 11:43:52 +01:00
committed by dpasukhi
parent 4365b63531
commit 90b0e1d590

View File

@@ -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.