DiscussionsIssue archiveOther usage issues

Archived discussion

import layers from iges file

Other usage issuesWed, 02/11/2015 - 13:181 reply

Browse this forum
QuestionAuthor

We export an iges file from a CAD tool, and then import this file to OpenCascade.
Can OpenCascade import the layers which is in iges file? We want to find the layers in the iges file.
Is it possible? Is there any example?

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hello Author,

Using XDE you can import layers for Iges.
Draw examples can be found in file XDEDRAW_Layers.cxx, specifically getLayers method.

Thanks