Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineHandle.hxx>
#include <Handle_AIS_DiameterDimension.hxx>
#include <gp_Circ.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Real.hxx>
#include <AIS_Relation.hxx>
#include <DsgPrs_ArrowSide.hxx>
#include <AIS_KindOfDimension.hxx>
#include <Handle_PrsMgr_PresentationManager3d.hxx>
#include <Handle_Prs3d_Presentation.hxx>
#include <Standard_Integer.hxx>
#include <Handle_Prs3d_Projector.hxx>
#include <Handle_PrsMgr_PresentationManager2d.hxx>
#include <Handle_Graphic2d_GraphicObject.hxx>
#include <Handle_Geom_Transformation.hxx>
#include <Handle_SelectMgr_Selection.hxx>
#include <AIS_KindOfSurface.hxx>
#include <Handle_Geom_Surface.hxx>
#include <AIS_DiameterDimension.lxx>
Data Structures | |
class | AIS_DiameterDimension |
A framework to display diameter dimensions. A diameter is displayed with arrows and text. The text gives the length of the diameter. The algorithm takes a length along a face and analyzes it as an arc. It then reconstructs the circle corresponding to the arc and calculates the diameter of this circle. This diameter serves as a relational reference in 3d presentations of the surface. More... |