How to access to attributes of AIS_Shape.

I have imported IGES file and get it's AIS_Shape(which has simple box). But I don't know how to access to box attribute(ex. each vertex)
Could someone please tell me about it?

Thanks in advance.

Patrik Mueller's picture

Hi,

look for using TopoDS_Explorer
(eg. in SamplesTopology - Sample-Triangulation.

Best regards,
Patrik Müller

gs300's picture

Thanks.
I have succeeded to access to
vertex of IGES imported data by using TopExp_Explorer.

Best Regards,
gs300

Patrik Mueller's picture

Good to hear.

I think it's not the best idea posting to this forum too early in the morning. Sorry for the non-existing class.

Best regards,
Patrik Müller

fhchina's picture

We are all over the world, so if you found one is working hard at too early in the morning, it maybe just one's work hours. :-)

fhchina