~~~~~
>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)
//! @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.
---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;
public:
- DEFINE_STANDARD_RTTI(OpenGl_Structure) // Type definition
+ DEFINE_STANDARD_RTTI(OpenGl_StructureShadow) // Type definition
};