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
Manual 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
Manual References:
GetSpacing
()
void
SetSpacing
(xreal value)
Spacing for line pattern
Manual References:
GetOffset
()
void
SetOffset
(xreal value)
Offset for line pattern
Manual References:
Create
(xint Angle, xreal Spacing, xreal Offset)
Returns wfcXSectionHatch object
Manual References:
Parameters:
Angle
Specify angle for line pattern
Spacing
Specify spacing for line pattern
Offset
Specify offset for line pattern
Returns:
Was this helpful?