Category Sketches and sections, Object ProSection

Function ProSectionEntityConstructionSet


Description
Marks the section entity to be construction type
Synopsis
#include <ProSection.h>
ProErrorProSectionEntityConstructionSet(
ProSection handle
/* (In)
The section handle
*/
int entity_id
/* (In)
The entity identifier.
*/
ProBoolean construction
/* (In)
PRO_B_TRUE, if the section entity is to set construction type entity
*/
)
Returns
PRO_TK_NO_ERRORThe function completed successfully.
PRO_TK_BAD_INPUTSInvalid input argument(s).

Manual References:

  1. Element Trees: Sections: Construction Entities
  2. Element Trees: Sketched Features: Verifying Section Shapes

Sample Code References:

  1. pt_userguide ( Ug3DSection.c )
  2. pt_userguide ( Ug3DSection.c )
  3. pt_userguide ( UgSktFirstFeatureRevCreate.c )