Documentación de la 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
User Guide References
¿Fue esto útil?