API 설명서 > Geometry items > Object ProPoint > Function ProPointCoordGet
Function ProPointCoordGet
Description
Retrieves the XYZ coordinates of the specified point.
Replacement in Object TOOLKIT:
Synopsis
#include <ProPoint.h>
ProPointCoordGet
(
ProPoint point
/* (In)
The point handle
*/
ProVector xyz_point
/* (Out)
The XYZ coordinates of the point
*/
)
Returns
The function successfully retrieved the information.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?