mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
0026885: Visualization - drop redundant aspects from structure level
Graphic3d_CStructure and OpenGl_Structure do not store structure aspects anymore. Graphic3d_Structure, Prs3d_Presentation - structure aspect methods have been removed. AIS_InteractiveObject::SetAspect() - globalChange argument has been removed. Undocumented test methods V3d::DrawSphere(), ::SetPlane(), ::PickGrid() have been removed.
This commit is contained in:
@@ -850,10 +850,7 @@ public:
|
||||
|
||||
//! Sets the graphic basic aspect to the current presentation of
|
||||
//! ALL selected objects.
|
||||
//! When <globalChange> is TRUE , the full object presentation
|
||||
//! is changed.
|
||||
//! When <globalChange> is FALSE , only the current group
|
||||
//! of the object presentation is changed.
|
||||
//! Flag globalChange has no effect (left to simplify porting).
|
||||
//! Updates the viewer when <updateViewer> is TRUE
|
||||
Standard_EXPORT void SetSelectedAspect (const Handle(Prs3d_BasicAspect)& anAspect, const Standard_Boolean globalChange = Standard_True, const Standard_Boolean updateViewer = Standard_True);
|
||||
|
||||
|
Reference in New Issue
Block a user