Documentación de la API > Miscellaneous > Object ProX > Function ProXSectionItemXhatchTranslateVertical
Function ProXSectionItemXhatchTranslateVertical
Description
translate the hatch vertically by translate_by.
Synopsis
#include <ProXsec.h>
ProXSectionItemXhatchTranslateVertical
(
ProXSectionItem xsec_item
/* (In)
Specific body xsec handle.
*/
ProView view
/* (In)
View handle. Could be NULL if not Drawing.
*/
double translate_by
/* (In)
The value of the vertical translate.
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
view is hatch detail dependent and cannot be modified.
xsec is missing or is not hatched.
User Guide References
¿Fue esto útil?