typedef int PK_local_status_t;
This data type indicates the status of the local operation.
It has ten values:
PK_local_status_ok_c operation succeeded
PK_local_status_nocheck_c operation succeeded, but no checks
performed on entity
PK_local_status_fail_c operation failed
PK_local_status_cant_get_pt_c failed to locate geometry for vertex
PK_local_status_cant_get_cu_c failed to locate geometry for edge
PK_local_status_cant_get_su_c failed to locate geometry for face
PK_local_status_cant_offset_c failed to offset or face could not
be deleted
PK_local_status_side_cu_fail_c failed to create a side curve
PK_local_status_side_su_fail_c failed to create a side surface
PK_local_status_not_same_by_c entities are not from the same body
PK_local_status_fa_fail_c face check fails
PK_local_status_fa_fa_fail_c face/face check fails
PK_local_status_ed_remains_c edge could not be deleted
PK_local_status_point_contact_c point contact found in sheet body
PK_local_status_bad_reference_c taper reference entity is not valid
PK_local_status_not_supported_c given combination of reference entities
currently not supported