API Documentation > Sketches and sections > Object ProSection > Function ProSectionEntityDivide
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>
ProSectionEntityDivide
(
ProSection section
/* (In)
The section
*/
/* (In)
The selection entity to divide
*/
int* new_id
/* (Out)
The new entity identifier created after division
*/
)
Returns
The function successfully divided the entity.
One or more of the input arguments are invalid.
Elaborate more during the implementation
User Guide References
Was this helpful?