API 文件集 > Surface geometry > Object ProPlanedata > Function ProPlanedataInit
Function ProPlanedataInit
Description
Initializes a plane surface data structure.
Synopsis
#include <ProSurfacedata.h>
ProPlanedataInit
(
/* (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
*/
ProSurfaceshapedata* p_surf_shape
/* (Out)
The plane surface
*/
)
Returns
The function successfully initialized the plane surface.
One or more of the input arguments are invalid.
Sample Code References
這是否有幫助?