Category Sketches and sections, Object ProSection

Function ProSectionEntityIsProjection


Description
Determines whether the specified entity in the section is created by projection.

If the function is successful, it returns the answer in the argument is_projection.

Synopsis
#include <ProSection.h>
ProErrorProSectionEntityIsProjection(
ProSection section
/* (In)
The section
*/
int entity_id
/* (In)
The entity to be queried
*/
ProBoolean* is_projection
/* (Out)
The answer
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the known entity.
PRO_TK_GENERAL_ERRORA general error occurred and the function failed.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Manual References:

  1. Element Trees: Sketched Features: Reference Entities and Use Edge
  2. Element Trees: Sketched Features: Reference Entities and Use Edge

Sample Code References:

  1. pt_examples ( SketchFeatureCreate.c )
  2. pt_examples ( UtilSect.c )
  3. pt_examples ( UtilSect.c )
  4. pt_examples ( UtilSect.c )
  5. pt_examples ( UtilSect.c )
  6. pt_userguide ( Ug3DSection.c )