Category Drawings and detail, Object ProDrawing

Function ProDrawingDtlaxisToAxis


Description
Converts a dtl_axis selection into a 3d axis selection. performs the reverse operation of ProDrawingAxisToDtlaxis().
Synopsis
#include <ProDrawing.h>
ProErrorProDrawingDtlaxisToAxis(
ProDrawing p_draw
/* (In)
the drawing.
*/
ProSelection p_sel2d
/* (In)
the 2d axis selection.
*/
ProSelection* r_p_sel3d
/* (Out)
handle to the converted selection.
*/
ProVector r_location
/* (Out)
in screen coordinates, the selected point on the input dtl_axis.
*/
)
Returns
PRO_TK_BAD_INPUTSone or more of the input arguments are invalid.
PRO_TK_GENERAL_ERRORfailed to convert the input dtl_axis selection into an axis selection.
PRO_TK_NO_ERRORsuccessfully converted the input dtl_axis selection into a axis selection.