From cbca8a98e61e6ab3dc14d56128af6864eba636dc Mon Sep 17 00:00:00 2001 From: isk Date: Wed, 8 Apr 2015 12:06:33 +0300 Subject: [PATCH] 0025932: Visualization - method AIS_Shape::setWidth() should set line width for FaceBoundaryAspect --- src/AIS/AIS_Shape.cdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AIS/AIS_Shape.cdl b/src/AIS/AIS_Shape.cdl index 030d1bd228..e71a0d5d01 100644 --- a/src/AIS/AIS_Shape.cdl +++ b/src/AIS/AIS_Shape.cdl @@ -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.