Forum archiveIssue archiveOther usage issues

Archived discussion

AIS_Textured object with contour - lines

Other usage issuesWed, 08/04/2010 - 03:242 replies

Browse this forum
QuestionAuthor

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

Discussion

2 archived replies

Posts are displayed in their archived order.

01Commenter-1

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

02Author

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.