API 文件集 > Surface geometry > Object ProSrfrevdata > Function ProSrfrevdataInit
Function ProSrfrevdataInit
Description
Initializes a revolved surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProSrfrevdataInit
(
/* (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 coordinate system
*/
ProCurvedata* p_curve
/* (In)
The curve data
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The revolved surface
*/
)
Returns
The function successfully initialized the revolved surface.
One or more of the input arguments are invalid.
Invalid type of curve.
The curve is a B-spline with multiple inner knots.
Sample Code References
User Guide References
這是否有幫助?