API 설명서 > Drawings and detail > Object ProDrawing > Function ProDrawingDtlaxisToAxis
Function ProDrawingDtlaxisToAxis
Description
Converts a dtl_axis selection into a 3d axis selection. performs the reverse operation of ProDrawingAxisToDtlaxis().
Replacement in Object TOOLKIT:
Synopsis
#include <ProDrawing.h>
ProDrawingDtlaxisToAxis
(
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
one or more of the input arguments are invalid.
failed to convert the input dtl_axis selection into an axis selection.
successfully converted the input dtl_axis selection into a axis selection.
도움이 되셨나요?