Open CASCADE Technology 6.6.0
|
class which draws the presentation of Fixed objects
#include <DsgPrs_FixPresentation.hxx>
Static Public Member Functions | |
static void | Add (const Handle< Prs3d_Presentation > &aPresentation, const Handle< Prs3d_Drawer > &aDrawer, const gp_Pnt &aPntAttach, const gp_Pnt &aPntEnd, const gp_Dir &aNormPln, const Standard_Real aSymbSize) |
draws the presentation of fixed objects by drawing the 'fix' symbol at position <aPntEnd>. A binding segment is drawn between <aPntAttach> ( which belongs the the fix object) and <aPntEnd>. aSymbSize is the size of the 'fix'symbol |
static void DsgPrs_FixPresentation::Add | ( | const Handle< Prs3d_Presentation > & | aPresentation, |
const Handle< Prs3d_Drawer > & | aDrawer, | ||
const gp_Pnt & | aPntAttach, | ||
const gp_Pnt & | aPntEnd, | ||
const gp_Dir & | aNormPln, | ||
const Standard_Real | aSymbSize | ||
) | [static] |