public class PatchDirection
extends java.lang.Object
Constructor and Description |
---|
PatchDirection() |
Modifier and Type | Method and Description |
---|---|
boolean |
getClosed()
Gets a value indicating whether this
PatchDirection is a closed curve. |
int |
getControlPoints()
Gets the count of control points in current direction.
|
int |
getDivisions()
Gets the number of divisions between adjacent control points.
|
PatchDirectionType |
getType()
Gets the patch's type.
|
void |
setClosed(boolean value)
Sets a value indicating whether this
PatchDirection is a closed curve. |
void |
setControlPoints(int value)
Sets the count of control points in current direction.
|
void |
setDivisions(int value)
Sets the number of divisions between adjacent control points.
|
void |
setType(PatchDirectionType value)
Sets the patch's type.
|
public PatchDirectionType getType()
public void setType(PatchDirectionType value)
value
- New valuepublic int getDivisions()
public void setDivisions(int value)
value
- New valuepublic int getControlPoints()
public void setControlPoints(int value)
value
- New valuepublic boolean getClosed()
PatchDirection
is a closed curve.public void setClosed(boolean value)
PatchDirection
is a closed curve.value
- New value