API 설명서 > Mechanica > Object ProMechvectoredvalue > Function ProMechvectoredvaluePointsGet
Function ProMechvectoredvaluePointsGet
Description
Obtains the pair of points that determines the direction.
Licensing Requirement
Synopsis
#include <ProMechValue.h>
ProMechvectoredvaluePointsGet
(
/* (In)
The value.
*/
/* (Out)
ProArray of points. The function allocates memory for this argument. Use ProMechgeomrefProarrayFree() to free it.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
The Creo Simulate session is not initialized.
The value does not contain a pair of points.
Insufficient memory.
A general error was encountered.
See Also
ProMechvectoredvalueTypeGet
Sample Code References
User Guide References
도움이 되셨나요?