API 설명서 > Miscellaneous > Object ProX > Function ProXSectionItemXhatchScaleSet
Function ProXSectionItemXhatchScaleSet
Description
Sets a scale value to the hatch of xsec_item.
Synopsis
#include <ProXsec.h>
ProXSectionItemXhatchScaleSet
(
ProXSectionItem xsec_item
/* (In)
Specific body xsec handle.
*/
ProView view
/* (In)
View handle. Could be NULL if not Drawing.
*/
double scale_val
/* (In)
the scale.
*/
)
Returns
Data successfully retrieved.
Invalid input parameter(s).
view is hatch detail dependent and cannot be modified.
xsec is missing or is not hatched.
도움이 되셨나요?