Category Sketches and sections, Object ProSection

Function ProSectionEntityDivide


Description
Divide the entity into two pieces. Please note that some dimensions and constraints may be deleted as a result of this function.
Synopsis
#include <ProSection.h>
ProErrorProSectionEntityDivide(
ProSection section
/* (In)
The section
*/
ProSelection sel
/* (In)
The selection entity to divide
*/
int* new_id
/* (Out)
The new entity identifier created after division
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully divided the entity.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.
PRO_TK_E_AMBIGUOUSElaborate more during the implementation

Manual References:

  1. Element Trees: Sections: Modifying Entities