API Documentation > Features > Object ProFeature > Function ProFeatureD3elemRatioSet
Function ProFeatureD3elemRatioSet
Description
Set the position ratio for PRO_E_D3ELEM_MOVE_VALUE element on an edge or entity.
Synopsis
#include <ProD3Elem.h>
ProFeatureD3elemRatioSet
(
ProElement elem_move
/* (In)
The PRO_E_D3ELEM_MOVE_VALUE id element.
*/
double ratio
/* (In)
The position ratio on edge or entity.
*/
)
Returns
The function succeeded.
One or more of the input arguments are invalid
The function failed.
Sample Code References
User Guide References
Was this helpful?