mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +03:00
0024977: There are compilation errors in products csharp sample
Minor corrections in OCCT code and docs
This commit is contained in:
parent
10b9c7dfc0
commit
e3e895af61
dox/dev_guides/debug
src
@ -124,7 +124,8 @@ For convenience it is possible to define aliases to commands in this window, for
|
|||||||
~~~~~
|
~~~~~
|
||||||
>alias deval ? ({,,TKDraw}Draw_Eval)
|
>alias deval ? ({,,TKDraw}Draw_Eval)
|
||||||
>alias dsetshape ? ({,,TKDraw}DBRep_Set)
|
>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 dsetpnt2d ? ({,,TKDraw}DrawTrSurf_SetPnt2d)
|
||||||
>alias saveshape ? ({,,TKBRep}BRepTools_Write)
|
>alias saveshape ? ({,,TKBRep}BRepTools_Write)
|
||||||
>alias dumpshape ? ({,,TKBRep}BRepTools_Dump)
|
>alias dumpshape ? ({,,TKBRep}BRepTools_Dump)
|
||||||
|
@ -283,7 +283,7 @@ public:
|
|||||||
//! @param theMinMax [in] applicative min max boundaries.
|
//! @param theMinMax [in] applicative min max boundaries.
|
||||||
//! @param theScaleFactor [in] real graphical boundaries (not accounting infinite flag).
|
//! @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.
|
//! Change the Near and Far Z-clipping plane positions.
|
||||||
//! For orthographic projection, theZNear, theZFar can be negative or positive.
|
//! For orthographic projection, theZNear, theZFar can be negative or positive.
|
||||||
|
@ -164,13 +164,6 @@ deferred class Group from Graphic3d inherits TShared
|
|||||||
---Purpose: Get the current modelling transform persistence (pan, zoom or rotate)
|
---Purpose: Get the current modelling transform persistence (pan, zoom or rotate)
|
||||||
--is static;
|
--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;
|
SetGroupPrimitivesAspect ( me : mutable;
|
||||||
CTX : AspectLine3d from Graphic3d )
|
CTX : AspectLine3d from Graphic3d )
|
||||||
is static;
|
is static;
|
||||||
|
@ -896,7 +896,7 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
DEFINE_STANDARD_RTTI(OpenGl_Structure) // Type definition
|
DEFINE_STANDARD_RTTI(OpenGl_StructureShadow) // Type definition
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user