Category Sketches and sections, Object ProSection

Function ProSectionShapeGet


Description
Determines the current shape of a given section. The shape of the section can be a controlling factor in permitting or preventing some types of features to use the section.
Synopsis
#include <ProSection.h>
ProErrorProSectionShapeGet(
ProSection section
/* (In)
The section handle. The section must be regenerated before executing this check.
*/
ProSectionShape* shape
/* (Out)
The number and type of loops in the section.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_GENERAL_ERRORThe section was not regenerated

Manual References:

  1. Element Trees: Sketched Features: Verifying Section Shapes