Vertex selection shape

hi,

how is it possible to change the shape of vertex selection (ActivateStandardMode (TopAbs_VERTEX))?
now, there is a circle with the point in the centre.

best regards,
adrian

Patrik Mueller's picture

Hi,

have you tried something like:

Handle_Prs3d_PointAspect asp = aDrawer->PointAspect();
asp->SetTypeOfMarker(Aspect_TOM_POINT);

Greets,

Patrik

Adrian Helcman's picture

patrik,

i'd like to draw it myself.

best regards,
adrian

Patrik Mueller's picture

Hm,

I think you have to derive a class from AIS_Shape for such kind of operations - but I'm not sure!