Function ProTorusdataInit
Description
Initializes a torus surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProTorusdataInit
(
/* (In)
The X-axis of the coordinate system
*/
/* (In)
The Y-axis of the coordinate system
*/
/* (In)
The Z-axis of the coordinate system
*/
Pro3dPnt origin
/* (In)
The origin of the coordinate system
*/
double radius1
/* (In)
The value of the first radius
*/
double radius2
/* (In)
The value of the second radius
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The torus surface
*/
)
Returns
The function successfully initialized the torus surface.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?