CadEdgeBoundaryPath
Contents
[
Hide
]All Implemented Interfaces: ICadBoundaryPath
The Cad edge boundary path.
Constructors
| Constructor | Description |
|---|---|
| CadEdgeBoundaryPath() |
Methods
| Method | Description |
|---|---|
| getObjects() | Gets or sets the objects. |
| setObjects(List | Gets or sets the objects. |
| getNumberOfEdges() | Gets or sets the number of edges. |
| setNumberOfEdges(int value) | Gets or sets the number of edges. |
| getEdgeTypes() | Gets or sets the edge types. |
| setEdgeTypes(List | Gets or sets the edge types. |
CadEdgeBoundaryPath()
public CadEdgeBoundaryPath()
getObjects()
public final List<ICadBoundaryPathEntity> getObjects()
Gets or sets the objects.
Returns: List
setObjects(List value)
public final void setObjects(List<ICadBoundaryPathEntity> value)
Gets or sets the objects.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The objects. |
getNumberOfEdges()
public final int getNumberOfEdges()
Gets or sets the number of edges.
Returns: int - The number of edges.
setNumberOfEdges(int value)
public final void setNumberOfEdges(int value)
Gets or sets the number of edges.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The number of edges. |
getEdgeTypes()
public final List<Short> getEdgeTypes()
Gets or sets the edge types.
Returns: List
setEdgeTypes(List value)
public final void setEdgeTypes(List<Short> value)
Gets or sets the edge types.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The edge types. |