public class CadHatchBoundaryPathContainer extends Object
Boundary for hatch
Constructor and Description |
---|
CadHatchBoundaryPathContainer()
Initializes a new instance of the
CadHatchBoundaryPathContainer class. |
Modifier and Type | Method and Description |
---|---|
int |
getBoundaryObjectCount()
Gets or sets the boundary object count.
|
com.aspose.ms.System.Collections.Generic.List<CadPolylineBoundaryPath> |
getBoundaryPath_internalized()
Gets or sets the boundary path.
|
List<CadPolylineBoundaryPath> |
getBoundaryPath() |
short |
getEdgeType()
Gets or sets the edge type.
|
int |
getNumberOfEdges()
Gets or sets the number of edges.
|
int |
getPathType()
Gets or sets the path type.
|
CadCodeValue |
init_internalized(com.aspose.imaging_internal.fileformats.cad.IDxfReader reader,
CadCodeValue parameter,
int pathCount)
The initialization function.
|
void |
setBoundaryObjectCount(int value) |
void |
setBoundaryPath(List<CadPolylineBoundaryPath> value) |
void |
setEdgeType(short value) |
void |
setNumberOfEdges(int value) |
void |
setPathType(int value) |
public CadHatchBoundaryPathContainer()
Initializes a new instance of the CadHatchBoundaryPathContainer
class.
public com.aspose.ms.System.Collections.Generic.List<CadPolylineBoundaryPath> getBoundaryPath_internalized()
Gets or sets the boundary path.
public List<CadPolylineBoundaryPath> getBoundaryPath()
public void setBoundaryPath(List<CadPolylineBoundaryPath> value)
public int getBoundaryObjectCount()
Gets or sets the boundary object count.
public void setBoundaryObjectCount(int value)
public short getEdgeType()
Gets or sets the edge type.
public void setEdgeType(short value)
public int getNumberOfEdges()
Gets or sets the number of edges.
public void setNumberOfEdges(int value)
public int getPathType()
Gets or sets the path type.
public void setPathType(int value)
public CadCodeValue init_internalized(com.aspose.imaging_internal.fileformats.cad.IDxfReader reader, CadCodeValue parameter, int pathCount)
The initialization function.
reader
- The DXF reader.parameter
- The parameter.pathCount
- The path count.CadCodeValue
.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.