1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-09 18:50:54 +03:00

0025932: Visualization - method AIS_Shape::setWidth() should set line width for FaceBoundaryAspect

This commit is contained in:
isk 2015-04-08 12:06:33 +03:00 committed by bugmaster
parent 447c411576
commit cbca8a98e6

View File

@ -212,6 +212,8 @@ uses
SetWidth(me:mutable; aValue:Real from Standard) is redefined virtual;
---Purpose: Sets the value aValue for line width in the reconstructed compound shape.
-- Changes line aspects for lines-only presentation modes like Wireframe and Bounding Box.
-- Doesn't change face boundary line aspect.
UnsetWidth(me:mutable) is redefined virtual;
---Purpose: Removes the setting for line width in the reconstructed compound shape.