PK_EDGE_step_t   
typedef int PK_EDGE_step_t;

Used in:

PK_change_edge_geom_data_t


This datatype is used to control the step face creation for the associated
edges.

It has the values:

    PK_EDGE_step_default_c        Do not override the operation specific step
                                  option.
    PK_EDGE_step_auto_c           Create a step face with Parasolid choosing
                                  the step surface creation method.
    PK_EDGE_step_method_c         Create a step face using a specified surface
                                  creation method.
    PK_EDGE_step_no_c             Override the operation specific step option
                                  and do not create a step face.

Generated on: Fri, 04 Oct 2024 12:18:25 GMT