API 설명서 > Graphics and model display > Object ProGraphics > Function ProGraphicsPenPosition
Function ProGraphicsPenPosition
Description
Prepares for a series of calls to ProGraphicsLineDraw(). This function enables you to move to a point without any graphical output.
These points are in the coordinate system of the current object. For example, if the current object is a part, the points must be in the part's coordinate system. If the current object is an assembly, the points must be in the assembly's coordinate system.
Replacement in Object TOOLKIT:
Synopsis
#include <ProGraphic.h>
void
ProGraphicsPenPosition
(
/* (In)
The point to which to move
*/
)
Returns
None
See Also
Sample Code References
User Guide References
도움이 되셨나요?