public class CadPolylineBoundaryPath extends CadBoundaryPath
The Cad polyline boundary path.
Constructor and Description |
---|
CadPolylineBoundaryPath() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxArrayLen()
Gets or sets the max array len.
|
boolean |
hasBugle()
Gets or sets a value indicating whether has bugle.
|
boolean |
isClosed()
Gets or sets a value indicating whether is closed.
|
void |
setBugle(boolean value)
Gets or sets a value indicating whether has bugle.
|
void |
setClosed(boolean value)
Gets or sets a value indicating whether is closed.
|
void |
setMaxArrayLen(int value)
Gets or sets the max array len.
|
getObjects, setObjects
public boolean hasBugle()
Gets or sets a value indicating whether has bugle.
public void setBugle(boolean value)
Gets or sets a value indicating whether has bugle.
public boolean isClosed()
Gets or sets a value indicating whether is closed.
public void setClosed(boolean value)
Gets or sets a value indicating whether is closed.
public int getMaxArrayLen()
Gets or sets the max array len.
public void setMaxArrayLen(int value)
Gets or sets the max array len.