API 설명서 > Sketches and sections > Object ProSection > Function ProSectionShapeGet
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>
ProSectionShapeGet
(
ProSection section
/* (In)
The section handle. The section must be regenerated before executing this check.
*/
/* (Out)
The number and type of loops in the section.
*/
)
Returns
The function succeeded.
One or more arguments is invalid.
The section was not regenerated
User Guide References
도움이 되셨나요?