cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

How To Fetch Curve by name and hide/show a curve in part?

rreddy-2
5-Regular Member

How To Fetch Curve by name and hide/show a curve in part?

How To Fetch Curve by name and hide/show a curve in part?

2 REPLIES 2
sully7
13-Aquamarine
(To:rreddy-2)

Hi Raghavendra,

Which API are you using?

For Pro/TOOLKIT, you can use "ProModelitemByNameInit()" to get the ModelItem for the curve, and can then use "ProModelitemHide()"... but sometimes, depending on how the curve was created, and what piece of the curve you are trying to access, this could potentially get more complicated.

If you need more advanced pseudo-code, I can certainly help.

Thanks,

James Sullivan

CadActive Technologies

President & Founder
CadActive Technologies - www.cadactive.com
rreddy-2
5-Regular Member
(To:sully7)

Thanks James,

I am using vb.net as programming  language. In my Development environment am not able to set up Pro/Toolkit getting few errors.

Please need your help in setting Up Pro/Toolkit.

Also is there any API function to Hide/Show Curve and Get Fillet values from curve using VB.net.

Thanks In Advance.

Top Tags