PK_change_edge_method_t   
typedef int PK_change_edge_method_t;

Used in:

PK_change_edge_geom_data_t


This datatype determines the method that is used to calculate new geometry
for any edge curves and (optionally) for any associated step faces.

It has the values:

PK_change_edge_method_entity_c   The geometry for the edge curve and any
                                 associated step face is determined from the
                                 user supplied entities.
PK_change_edge_method_swept_c    The geometry for the edge curve is generated
                                 by sweeping the existing or user supplied
                                 curve in a specific direction and
                                 intersecting with the new face.  Any step face
                                 will have the surface of this sweep as its
                                 surface.
PK_change_edge_method_ruled_c    The geometry for the edge curve is generated
                                 by sweeping the existing curve along the
                                 original face normals to produce a ruled
                                 surface and intersecting with the new face.
                                 Any step face will have this ruled surface as
                                 its surface.
PK_change_edge_method_proj_c     The geometry for the edge curve is generated
                                 by projecting the existing or user supplied
                                 curve onto the new face along the normals of
                                 the new face.  This method is unsupported for
                                 step face generation.

Generated on: Fri, 04 Oct 2024 12:17:32 GMT