diff --git a/dox/dev_guides/debug/debug.md b/dox/dev_guides/debug/debug.md index 4a1d423ac3..965c78c539 100644 --- a/dox/dev_guides/debug/debug.md +++ b/dox/dev_guides/debug/debug.md @@ -124,7 +124,8 @@ For convenience it is possible to define aliases to commands in this window, for ~~~~~ >alias deval ? ({,,TKDraw}Draw_Eval) >alias dsetshape ? ({,,TKDraw}DBRep_Set) ->alias dsetgeom ? ({,,TKDraw}DrawTrSurf_SetPnt) +>alias dsetgeom ? ({,,TKDraw}DrawTrSurf_Set) +>alias dsetpnt ? ({,,TKDraw}DrawTrSurf_SetPnt) >alias dsetpnt2d ? ({,,TKDraw}DrawTrSurf_SetPnt2d) >alias saveshape ? ({,,TKBRep}BRepTools_Write) >alias dumpshape ? ({,,TKBRep}BRepTools_Dump) diff --git a/src/Graphic3d/Graphic3d_Camera.hxx b/src/Graphic3d/Graphic3d_Camera.hxx index cce5ff2e95..b0635a86be 100644 --- a/src/Graphic3d/Graphic3d_Camera.hxx +++ b/src/Graphic3d/Graphic3d_Camera.hxx @@ -283,7 +283,7 @@ public: //! @param theMinMax [in] applicative min max boundaries. //! @param theScaleFactor [in] real graphical boundaries (not accounting infinite flag). - void ZFitAll (const Standard_Real theScaleFactor, const Bnd_Box& theMinMax, const Bnd_Box& theGraphicBB); + Standard_EXPORT void ZFitAll (const Standard_Real theScaleFactor, const Bnd_Box& theMinMax, const Bnd_Box& theGraphicBB); //! Change the Near and Far Z-clipping plane positions. //! For orthographic projection, theZNear, theZFar can be negative or positive. diff --git a/src/Graphic3d/Graphic3d_Group.cdl b/src/Graphic3d/Graphic3d_Group.cdl index 10b640a955..44f0c26e4e 100644 --- a/src/Graphic3d/Graphic3d_Group.cdl +++ b/src/Graphic3d/Graphic3d_Group.cdl @@ -164,13 +164,6 @@ deferred class Group from Graphic3d inherits TShared ---Purpose: Get the current modelling transform persistence (pan, zoom or rotate) --is static; - SetGroupPrimitivesAspect ( me : mutable ) - is static; - ---Level: Public - ---Purpose: Removes the context for all the line primitives - -- of the group. - ---Category: Methods to modify the class definition - SetGroupPrimitivesAspect ( me : mutable; CTX : AspectLine3d from Graphic3d ) is static; diff --git a/src/OpenGl/OpenGl_Structure.cxx b/src/OpenGl/OpenGl_Structure.cxx index e37b060c0c..ec54411052 100644 --- a/src/OpenGl/OpenGl_Structure.cxx +++ b/src/OpenGl/OpenGl_Structure.cxx @@ -896,7 +896,7 @@ private: public: - DEFINE_STANDARD_RTTI(OpenGl_Structure) // Type definition + DEFINE_STANDARD_RTTI(OpenGl_StructureShadow) // Type definition };