API Documentation > Interfaces > Interface XSectionNewHatch
Interface XSectionNewHatch

package com.ptc.wfc.wfcXSection;

public interface
XSectionNewHatch
extends
jxobject


Description
Interface for new line pattern hatching
User Guide References:
Method Summary
double
Get method for attribute "Angle"
Angle for new line pattern
Get method for attribute "Color"
Color for new line pattern
Get method for attribute "Dash"
Dash for new line pattern
double
Get method for attribute "XDelta"
X delta for new line pattern
double
Get method for attribute "XOrigin"
X origin for new line pattern
double
Get method for attribute "YDelta"
Y delta for new line pattern
double
Get method for attribute "YOrigin"
Y origin for new line pattern
void
SetAngle (double value)
Set method for attribute "Angle"
Angle for new line pattern
void
Set method for attribute "Color"
Color for new line pattern
void
Set method for attribute "Dash"
Dash for new line pattern
void
SetXDelta (double value)
Set method for attribute "XDelta"
X delta for new line pattern
void
SetXOrigin (double value)
Set method for attribute "XOrigin"
X origin for new line pattern
void
SetYDelta (double value)
Set method for attribute "YDelta"
Y delta for new line pattern
void
SetYOrigin (double value)
Set method for attribute "YOrigin"
Y origin for new line pattern
Method Detail
GetAngle
double
GetAngle
()
SetAngle
void
SetAngle
(double value)
Angle for new line pattern
User Guide References:
GetXOrigin
double
GetXOrigin
()
SetXOrigin
void
SetXOrigin
(double value)
X origin for new line pattern
User Guide References:
GetYOrigin
double
GetYOrigin
()
SetYOrigin
void
SetYOrigin
(double value)
Y origin for new line pattern
User Guide References:
GetXDelta
double
GetXDelta
()
SetXDelta
void
SetXDelta
(double value)
X delta for new line pattern
User Guide References:
GetYDelta
double
GetYDelta
()
SetYDelta
void
SetYDelta
(double value)
Y delta for new line pattern
User Guide References:
GetDash
GetDash
()
SetDash
void
SetDash
(realseq value)
Dash for new line pattern
User Guide References:
GetColor
GetColor
()
SetColor
void
SetColor
(ColorRGB value)
Color for new line pattern
User Guide References:
Was this helpful?