PK_SWEPT_create   


PK_ERROR_code_t      PK_SWEPT_create
(
--- received arguments ---
const PK_SWEPT_sf_t *swept_sf,  --- swept surf standard form

--- returned arguments ---
PK_SWEPT_t    *const swept      --- swept surf
)


This function creates a swept surface from the given standard form.


Specific Errors:
    PK_ERROR_invalid_geometry       Invalid curve


See documentation for PK_SWEPT_sf_t.
See also PK_CURVE_sweep.