API Documentation > Interface Classes > Class wfcXSectionHatch
Class wfcXSectionHatch

SUCCESSOR(S): wfcXSectionHatchStyle
# include <wfcXSection.h>

class
wfcXSectionHatch
: public virtual
xobject
{
xdeclare(wfcXSectionHatch)
...
};
This is a
COMPACT class.

Description
Interface for line pattern hatching
User Guide References:
Method Summary
Create (xint Angle, xreal Spacing, xreal Offset)
Returns wfcXSectionHatch object
void
SetAngle (xint value)
Angle for line pattern
void
Offset for line pattern
void
Spacing for line pattern
Method Detail
GetAngle
()
void
SetAngle
(xint value)
Angle for line pattern
User Guide References:
GetSpacing
()
void
SetSpacing
(xreal value)
Spacing for line pattern
User Guide References:
GetOffset
()
void
SetOffset
(xreal value)
Offset for line pattern
User Guide References:
Create
(xint Angle, xreal Spacing, xreal Offset)
Returns wfcXSectionHatch object
User Guide References:
Parameters:
Angle
Specify angle for line pattern
Spacing
Specify spacing for line pattern
Offset
Specify offset for line pattern
Returns:
Was this helpful?