Building Net Surface in the FreeStyle module via Catia VBA

Artem ilin

Building Net Surface in the FreeStyle module via Catia VBA

Hello,

I have a task where I need to create a Net Surface in the FreeStyle module via macros. Through macros I got the type
Net Surface, it is HybridShapeThickness. The Catia VBA help for this type lists only 5 functions that cannot be used to build a Net Surface, but if you look at Loft creation, there are functions like AddGuide and AddSectionToLoft.

Is it possible to build a Net Surface through Catia VBA?

Little Cthulhu

RE: Building Net Surface in the FreeStyle module via Catia VBA
(in response to Artem ilin)

Hi, Artem!

HybridShapeThickness acts like a base class for a number of generative design features, so don't take it into consideration.

Can you give an example of what kind of "net surface" you need to build?

Artem ilin

RE: Building Net Surface in the FreeStyle module via Catia VBA
(in response to Little Cthulhu)

Thank you, Little Cthulhu.

Attached is a screenshot where you can see the Net Surface. I also tried to build this surface through HybridShapeLoft, using a few extra functions, but that didn't give the right result.

Attachments

  • Net surface.PNG (82.7k)