API 설명서 > Surface geometry > Object ProTabcyldata > Function ProTabcyldataGet
Function ProTabcyldataGet
Description
Retrieves information from a tabulated cylinder surface data structure.
NOTE:
The function ignores the output arguments with NULL pointers.
Synopsis
#include <ProSurfacedata.h>
ProTabcyldataGet
(
ProSurfaceshapedata* p_surf_shape
/* (In)
The tabulated 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
*/
ProCurvedata* p_curve
/* (Out)
The curve data
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
도움이 되셨나요?