Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi All,
I am planning to create the Extrude feature by Toolkit Program in predefined datum plane as reference. Since I know the plane exactly where would be the extrude. I won't like to make the user to select the plane as user interaction method. So anybody let me know how to do this.
Solved! Go to Solution.
You will need to use the ProSelectionAlloc function. If you are working within a part model the ProAsmcomppath member (first argument) can be NULL.
To get the modelitem handle you can use either ProModelitemInit or ProModelitemByNameInit.
You will need to use the ProSelectionAlloc function. If you are working within a part model the ProAsmcomppath member (first argument) can be NULL.
To get the modelitem handle you can use either ProModelitemInit or ProModelitemByNameInit.
Hi Gabriel,
I have utilized ProModelitemByNameInit.