API Documentation > View manager > Object ProXsec > Function ProXsecCompXhatchStyleSet
Function ProXsecCompXhatchStyleSet
DEPRECATED:
Since Creo 7
Description
Replaces line patterns with new one in cross-section component xhatching Non-linear-hatch is not supported. Please use ProXsecCompNewXhatchStyleGet() for non-linear-hatch support.
NOTE: This function is deprecated. Please use ProXsectionCompXhatchStyleSet to set Xhatch on component. Please use ProXSectionItemXhatchStyleSet to set Xhatch on body.
Synopsis
#include <ProXsec.h>
ProXsecCompXhatchStyleSet
(
ProXsec* xsec
/* (In)
Cross-section handle
*/
int id
/* (In)
Cross-section component id in component list
*/
ProView p_view
/* (In)
View handle if not NULL, in component list we have only solid geometry (non-quilt and non-facetrep) components that intersect their non-hidden, non-suppressed parts and are inside view borders; if NULL, in component list we have all non-empty components
*/
ProXsecXhatchStyle* p_xhatch_style
/* (In)
*/
)
Returns
Data successfully retrieved.
Model is in read-only state.
Invalid input parameter(s).
Cross-section fails regeneration.
Input cross-section is not a drawing view cross-section or doesn't have the component with given id that is inside the view.
Multi-Body parts are being cut by the Cross-section.
User Guide References
Was this helpful?