struct PK_BODY_extrude_o_s { int o_t_version; --- options structure version number PK_bound_def_t start_bound; --- starting bound of swept body --- ( PK_bound_distance_c, --- PK_LOGICAL_true, --- 0.0, --- PK_ENTITY_null, --- PK_LOGICAL_true, --- 1 --- ) PK_bound_def_t end_bound; --- ending bound of swept body --- ( PK_bound_distance_c, --- PK_LOGICAL_true, --- 1.0, --- PK_ENTITY_null, --- PK_LOGICAL_true, --- 1 --- ) }; typedef struct PK_BODY_extrude_o_s PK_BODY_extrude_o_t; This structure provides options for a linear extrusion of a body. Its fields are: start_bound how the extruded body is to be bound at the start bound. See documentation for PK_bound_def_t. end_bound how the extruded body is to be bound at the end bound. See documentation for PK_bound_def_t. start_bound and end_bound must occur in that order along the given path vector.