Function ProCylinderdataGet
Description
Retrieves information from the cylinder surface data structure.
NOTE:
The function ignores the output arguments with NULL pointers.
Synopsis
#include <ProSurfacedata.h>
ProCylinderdataGet
(
ProSurfaceshapedata* p_surf_shape
/* (In)
The cylinder surface data structure
*/
/* (Out)
The X-axis of the coordinate system
*/
/* (Out)
The Y-axis of the coordinate system
*/
/* (Out)
The Z-axis of the coordinate system
*/
Pro3dPnt origin
/* (Out)
The origin of the coordinate system
*/
double* p_radius
/* (Out)
The radius of the cylinder
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
È stato utile?