mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
10
src/Prs3d/Prs3d_Root.cxx
Executable file
10
src/Prs3d/Prs3d_Root.cxx
Executable file
@@ -0,0 +1,10 @@
|
||||
#include <Prs3d_Root.ixx>
|
||||
|
||||
Handle (Graphic3d_Group) Prs3d_Root::CurrentGroup (const Handle (Prs3d_Presentation)& Prs3d)
|
||||
{
|
||||
return Prs3d->CurrentGroup();
|
||||
}
|
||||
Handle (Graphic3d_Group) Prs3d_Root::NewGroup (const Handle (Prs3d_Presentation)& Prs3d)
|
||||
{
|
||||
return Prs3d->NewGroup();
|
||||
}
|
Reference in New Issue
Block a user