public class CadEdgeBoundaryPath extends Object implements ICadBoundaryPath
The Cad edge boundary path.
Constructor and Description |
---|
CadEdgeBoundaryPath() |
Modifier and Type | Method and Description |
---|---|
List<Short> |
getEdgeTypes()
Gets or sets the edge types.
|
int |
getNumberOfEdges()
Gets or sets the number of edges.
|
List<ICadBoundaryPathEntity> |
getObjects()
Gets or sets the objects.
|
void |
setEdgeTypes(List<Short> value)
Gets or sets the edge types.
|
void |
setNumberOfEdges(int value)
Gets or sets the number of edges.
|
void |
setObjects(List<ICadBoundaryPathEntity> value)
Gets or sets the objects.
|
public final List<ICadBoundaryPathEntity> getObjects()
Gets or sets the objects.
public final void setObjects(List<ICadBoundaryPathEntity> value)
Gets or sets the objects.
value
- The objects.public final int getNumberOfEdges()
Gets or sets the number of edges.
public final void setNumberOfEdges(int value)
Gets or sets the number of edges.
value
- The number of edges.public final List<Short> getEdgeTypes()
Gets or sets the edge types.