Any VB code sample on real time 3D surface drag like the "bulge" feature?

Any VB code sample on real time 3D surface drag like the "bulge" feature?

liminma8458
Collaborator Collaborator
1,024 Views
5 Replies
Message 1 of 6

Any VB code sample on real time 3D surface drag like the "bulge" feature?

liminma8458
Collaborator
Collaborator

Hi,

 

I notice there is a new "bulge" feature in Inventor 2018 release which was also introduced by Brian Ekins some years ago. I want to achieve something similar in our Inventor program. Is there any VB.net or VBA code sample on this topic? such as real time drag on 3D point grid or 3D spline or surface. A real time drag as follow.

 

Thanks

 

Limin

 

dragsurf.gif

 

 

Thanks
Limin
Inventor pro 2023 64 bit update 5.3; Windows 11 pro 64 bit version 24H2; Office 2013 64 bit

Download iCable in App Store to Create Cables Easily

0 Likes
Accepted solutions (1)
1,025 Views
5 Replies
Replies (5)
Message 2 of 6

chandra.shekar.g
Autodesk Support
Autodesk Support

Hi @liminma8458,

 

Can you please demonstrate the same in Inventor 2018 through UI or manually?

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 3 of 6

liminma8458
Collaborator
Collaborator

Hi, Chandra,

 

"Bulge" feature first appears in Inventor Pro 2017 as shown in attached file.

 

Brian also made some demo in the minute 1:19 in this video: http://au.autodesk.com/au-online/classes-on-demand/class-catalog/2016/inventor-professional/sd17917#...

 

Just wonder whether do we have any similar Inventor API code to do this animation for 3D sweep and surface?

 

Thanks

 

Limin

Thanks
Limin
Inventor pro 2023 64 bit update 5.3; Windows 11 pro 64 bit version 24H2; Office 2013 64 bit

Download iCable in App Store to Create Cables Easily

0 Likes
Message 4 of 6

chandra.shekar.g
Autodesk Support
Autodesk Support
Accepted solution

Hi @liminma8458,

 

I checked with Brian Ekins. Bulge feature is in the process of implementation.

 

Bulge feature needs computation of NURB surface (bulged face). Each time the user moves the mouse needs to re-compute a new surface, create a transient surface body and then draw that body using client graphics. It will be done over and over to dynamically show the shape.

 

Currently, "Bulge feature" is not available in Inventor.

 

So, Inventor API does not support "Bulge feature".

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



0 Likes
Message 5 of 6

Jon.Balgley
Alumni
Alumni

I just want to point out that Inventor has "freeform" faces which can be interactively modified.  Not exactly the same as the "bulge" feature, but maybe interesting.


Jon Balgley
0 Likes
Message 6 of 6

liminma8458
Collaborator
Collaborator

Hi, Chandra and Jon:

 

Thank you very much! now I understand a bit of mechanism behind "bulge". You are very helpful.

 

Limin

Thanks
Limin
Inventor pro 2023 64 bit update 5.3; Windows 11 pro 64 bit version 24H2; Office 2013 64 bit

Download iCable in App Store to Create Cables Easily

0 Likes