1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0024977: There are compilation errors in products csharp sample

Minor corrections in OCCT code and docs
This commit is contained in:
abv 2014-08-26 09:58:40 +04:00 committed by bugmaster
parent 10b9c7dfc0
commit e3e895af61
4 changed files with 4 additions and 10 deletions

View File

@ -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)

View File

@ -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.

View File

@ -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;

View File

@ -896,7 +896,7 @@ private:
public:
DEFINE_STANDARD_RTTI(OpenGl_Structure) // Type definition
DEFINE_STANDARD_RTTI(OpenGl_StructureShadow) // Type definition
};