CadHatchBoundaryPathContainer

Boundary for hatch

Constructors

ConstructorDescription
CadHatchBoundaryPathContainer()Initializes a new instance of the CadHatchBoundaryPathContainer class.

Methods

MethodDescription
getBoundaryPath()Gets or sets the boundary path.
setBoundaryPath(List value)Gets or sets the boundary path.
getBoundaryObjectCount()Gets or sets the boundary object count.
setBoundaryObjectCount(int value)Gets or sets the boundary object count.
getSourceBoundaryObjects()Gets or sets the source boundary objects.
setSourceBoundaryObjects(List value)Gets or sets the source boundary objects.
getPathType()Gets or sets the path type.
setPathType(int value)Gets or sets the path type.

CadHatchBoundaryPathContainer()

public CadHatchBoundaryPathContainer()

Initializes a new instance of the CadHatchBoundaryPathContainer class.

getBoundaryPath()

public final List<ICadBoundaryPath> getBoundaryPath()

Gets or sets the boundary path.

Returns: List

setBoundaryPath(List value)

public final void setBoundaryPath(List<ICadBoundaryPath> value)

Gets or sets the boundary path.

getBoundaryObjectCount()

public final int getBoundaryObjectCount()

Gets or sets the boundary object count.

Returns: int

setBoundaryObjectCount(int value)

public final void setBoundaryObjectCount(int value)

Gets or sets the boundary object count.

getSourceBoundaryObjects()

public final List<String> getSourceBoundaryObjects()

Gets or sets the source boundary objects.

Returns: List - The source boundary objects.

setSourceBoundaryObjects(List value)

public final void setSourceBoundaryObjects(List<String> value)

Gets or sets the source boundary objects.

Parameters:

ParameterTypeDescription
valueListThe source boundary objects.

getPathType()

public final int getPathType()

Gets or sets the path type.

Returns: int

setPathType(int value)

public final void setPathType(int value)

Gets or sets the path type.