API 文件集 > Geometry items > Object ProAxis > Function ProAxisSurfaceGet
Function ProAxisSurfaceGet
Description
Retrieves the surface that owns the specified axis.
Replacement in Object TOOLKIT:
Synopsis
#include <ProAxis.h>
ProAxisSurfaceGet
(
ProMdl owner
/* (In)
The owner of the axis
*/
ProAxis axis
/* (In)
The axis handle
*/
ProSurface* p_surface
/* (Out)
The surface handle to be filled in
*/
)
Returns
The function successfully retrieved the surface.
The input argument is invalid.
The owner surface does not exist, or is not in the geometry.
Sample Code References
這是否有幫助?