From: isk Date: Wed, 8 Apr 2015 09:06:33 +0000 (+0300) Subject: 0025932: Visualization - method AIS_Shape::setWidth() should set line width for FaceB... X-Git-Tag: V6_9_0_beta1~39 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=cbca8a98e61e6ab3dc14d56128af6864eba636dc;p=occt-copy.git 0025932: Visualization - method AIS_Shape::setWidth() should set line width for FaceBoundaryAspect --- 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.