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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Adding PRO_E_STD_SECTION to ECAD feature

rnoah
8-Gravel

Adding PRO_E_STD_SECTION to ECAD feature

Hi there,

I built an ECAD feature with all his element tree in PRO_FEAT_CR_INCOMPLETE_FEAT option and i try to add a section and to redifine.

I have a problem with the section create and i like to get some help with it.

I attach my code as shortest as i can.

Thanks.

This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2

status = ProSectionIntentManagerModeSet(section,PRO_B_FALSE);// b = PRO_B_FALSE


status = ProSecerrorAlloc (&errors);


status = ProSecerrorAlloc (§ion_errors1);



status = ProSectionIntentManagerModeSet(section,PRO_B_TRUE);



<h1></h1>
ktoooly
1-Newbie
(To:rnoah)

Thank you that was very helpful

Top Tags