Home
Reply
Regular Contributor
megapixel
Posts: 32

Find FreeSurfaces in ACIS scene

Hello,

I load model from catiav5 file, with option TranslateFreeSurfaces: true.

How can I find bodies with free surfaces in ACIS scene? Probably they have some spectial attribute.

 

 

 

 

 

Spatial Moderator
ybiyani
Posts: 223

Re: Find FreeSurfaces in ACIS scene

Hello Megapixel,

 

In ACIS we have the is_solid_body and is_closed_solid_body helper functions that can help you determine this. Please see

http://doc.spatial.com/index.php/HowTo:Determine_if_an_ENTITY_is_a_solid_BODY%3F
http://doc.spatial.com/index.php/HowTo:Determine_if_an_ENTITY_is_a_closed_solid_BODY%3F

 

for additional details.

 

Regards,

Yogesh

Regular Contributor
megapixel
Posts: 32

Re: Find FreeSurfaces in ACIS scene

Thank you for your reply.

At this I use criterion free surface is equal body of only one face.

But in some cases (ProE file format) acis translate body consisting of several face when the flag translate_free_surfaces.

In other words not closed body with several faces can't be definetly recognized as "free_face".