PK_TORUS_ask   

PK_ERROR_code_t      PK_TORUS_ask
(
--- received arguments ---
PK_TORUS_t           torus,     --- torus

--- returned arguments ---
PK_TORUS_sf_t *const torus_sf   --- torus standard form
)


This function writes the standard form of a torus at the given address.  The
application is responsible for allocating the standard form, but need not
initialise any of the fields.  See documentation for PK_TORUS_sf_t.