API 설명서 > Miscellaneous > Object ProX > Function ProXSectionItemXhatchRotateAngleSet
Function ProXSectionItemXhatchRotateAngleSet
Description
Rotates the hatch of xsec_item to rotate_val. if XCH, then rotates the first line to that value, and all other lines respecivly.
Synopsis
#include <ProXsec.h>
ProXSectionItemXhatchRotateAngleSet
(
ProXSectionItem xsec_item
/* (In)
Specific body xsec handle.
*/
ProView view
/* (In)
View handle. Could be NULL if not Drawing.
*/
int rotate_val
/* (In)
The value of the hatch angle to set.
*/
)
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
도움이 되셨나요?