AIS_Textured object with contour - lines

Hi Guys !
Some time ago I'm find function which I may to show my textured objects with lines.
It's was like ...PrsManager.... or TextureManager -> show lines on textured object.

But now I can't found this. Maybe anybody know how I can show contour lines on a Textured shape

beyondjjw's picture

Anybody knows how to implement this function. I want to know too.

JuryS's picture

Hi! I make this code with AIS_TexturedShape.cxx

In method compute insert code in case 3:
StdPrs_WFDeflectionShape::Add(aPrs,myshape,myDrawer);

Also you can set the color of the AIS_Shape before texturize and you see the contour lines with color that you make. Here is internal method for show lines DoShowTriangles but there is more that contour lines.