API 설명서 > Mechanica > Object ProMechcurve > Function ProMechcurveEndpointsGet
Function ProMechcurveEndpointsGet
Description
Obtains the endpoints of the curve.
Licensing Requirement
Synopsis
ProMechcurveEndpointsGet
(
/* (In)
The curve.
*/
ProMechPoint* endpoints1
/* (Out)
The first endpoint. May be NULL, if the curve doesn't end at a designated point.
*/
ProMechPoint* endpoints2
/* (Out)
The second endpoint. May be NULL, if the curve doesn't end at a designated point.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
User Guide References
도움이 되셨나요?