DiscussionsIssue archiveOther usage issues

Archived discussion

truncated view -> OpenCascade 5.0

Other usage issuesSat, 10/25/2003 - 22:331 reply

Browse this forum
QuestionAuthor

I have created an application, but there is a slight problem with the viewer i.e. the objects displayed such as a line is partly truncated/cut-off. Why am i having this problem and how can i rectify this problem?

my source...no clipping
V3d_TypeOfZclipping oType = V3d_OFF;
_V3dView->SetZClippingType(oType);
_V3dView->SetZCueingOff();

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Use myView->SetDepth() instead