Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Protrusion - Extrude - Thin ( Pro/E 2001)

Sanjay Meher

New member
Hi friends


I am trying to manipulate the Extrude feature programatically using Pro/Toolkit APIs. Here I am trying to access the element tree of Extrude feature. Now I want to change the Extrude feature from currently being Solid to Thin through program.


The Element tree of Extrude is as under


PRO_E_FEATURE_TREE
|
|--PRO_E_FEATURE_TYPE
|
|--PRO_E_FEATURE_FORM
|
|--PRO_E_ATTRIBUTES
| |--PRO_E_ATTR_SRF_END_COND
|
|--PRO_E_STD_SECTION
|
|--PRO_E_STD_EXT_DEPTH
| |--PRO_E_EXT_DEPTH_FROM
| |--PRO_E_EXT_DEPTH_FROM_TYPE
| |--PRO_E_EXT_DEPTH_FROM_REF If Type = Reference
| |--PRO_E_EXT_DEPTH_FROM_VALUE If Type = Blind
|
| |--PRO_E_EXT_DEPTH_TO
| |--PRO_E_EXT_DEPTH_TO_TYPE
| |--PRO_E_EXT_DEPTH_TO_REF If Type = Reference
| |--PRO_E_EXT_DEPTH_TO_VALUE If Type = Blind


Now herer threre is nothing through which I can specify that the Extrude is a Solid one or a thin one.


Can anyone help me to solve the above problem.


thanks
Sanjay
 

Sponsor

Articles From 3DCAD World

Back
Top