From: kgv Date: Mon, 5 Mar 2018 13:59:18 +0000 (+0300) Subject: 0029545: Documentation, visualization.md - article incorrectly specifies that AIS_Con... X-Git-Tag: V7_3_0_beta~66 X-Git-Url: http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff_plain;h=49225e2f5cb7746546659953a9c21f183fa76999 0029545: Documentation, visualization.md - article incorrectly specifies that AIS_ConnectedInteractive can define own Material --- diff --git a/dox/user_guides/visualization/visualization.md b/dox/user_guides/visualization/visualization.md index dff4c6286b..2769a97309 100644 --- a/dox/user_guides/visualization/visualization.md +++ b/dox/user_guides/visualization/visualization.md @@ -635,7 +635,7 @@ The conception of instancing operates the object hierarchy as follows: Classes *AIS_ConnectedInteractive* and *AIS_MultipleConnectedInteractive* are used to implement this conception. -*AIS_ConnectedInteractive* is an object instance, which reuses the geometry of the connected object but has its own transformation, material, visibility flag, etc. This connection is propagated down to *OpenGl* level, namely to *OpenGl_Structure*. *OpenGl_Structure* can be connected only to a single other structure. +*AIS_ConnectedInteractive* is an object instance, which reuses the geometry of the connected object but has its own transformation and visibility flag. This connection is propagated down to *OpenGl* level, namely to *OpenGl_Structure*. *OpenGl_Structure* can be connected only to a single other structure. *AIS_ConnectedInteractive* can be referenced to any *AIS_InteractiveObject* in general. When it is referenced to another *AIS_ConnectedInteractive*, it just copies the reference.