API Documentation > Surface geometry > Object ProConedata > Function ProConedataInit
Function ProConedataInit
Description
Initializes a cone surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProConedataInit
(
/* (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 alpha
/* (In)
The alpha value
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The cone surface
*/
)
Returns
The function successfully initialized the cone surface.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Was this helpful?