CadEdgeBoundaryPath

All Implemented Interfaces: ICadBoundaryPath

The Cad edge boundary path.

Constructors

ConstructorDescription
CadEdgeBoundaryPath()

Methods

MethodDescription
getObjects()Gets or sets the objects.
setObjects(List value)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 value)Gets or sets the edge types.

CadEdgeBoundaryPath()

public CadEdgeBoundaryPath()

getObjects()

public final List<ICadBoundaryPathEntity> getObjects()

Gets or sets the objects.

Returns: List - The objects.

setObjects(List value)

public final void setObjects(List<ICadBoundaryPathEntity> value)

Gets or sets the objects.

Parameters:

ParameterTypeDescription
valueListThe 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:

ParameterTypeDescription
valueintThe number of edges.

getEdgeTypes()

public final List<Short> getEdgeTypes()

Gets or sets the edge types.

Returns: List - The edge types.

setEdgeTypes(List value)

public final void setEdgeTypes(List<Short> value)

Gets or sets the edge types.

Parameters:

ParameterTypeDescription
valueListThe edge types.