API 설명서
>
Geometry items
>
Object ProPoint
> Function ProPointCoordGet
Function ProPointCoordGet
Description
Retrieves the XYZ coordinates of the specified point.
Replacement in Object TOOLKIT:
wfcWPoint::GetCoordinates
Synopsis
#include <
ProPoint.h
>
ProError
ProPointCoordGet
(
ProPoint
point
/* (In)
The point handle
*/
ProVector
xyz_point
/* (Out)
The XYZ coordinates of the point
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully retrieved the information.
PRO_TK_BAD_INPUTS
The input argument is invalid.
Sample Code References
pt_examples ( TestAnalysisCsys.c )
pt_examples ( TestAnalysisSrfCurve.c )
pt_examples ( TestGeom.c )
pt_examples ( UtilGeom.c )
pt_examples ( TestRay.c )
pt_userguide ( UgDrawingDimensions.c )
pt_userguide ( UgDwgtableExamples.c )
pt_userguide ( UgExtAnalysisSurfcsys.c )
User Guide References
Geometry of Datum Points:ProPointCoordGet
Equivalent Pro/DEVELOP Functions:ProPointCoordGet
도움이 되셨나요?
이 사이트는 JavaScript를 사용할 때 가장 잘 작동합니다.