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.
|
List<ICadBoundaryPath> |
getBoundaryPath()
Gets or sets the boundary path.
|
int |
getPathType()
Gets or sets the path type.
|
List<String> |
getSourceBoundaryObjects()
Gets or sets the source boundary objects.
|
void |
setBoundaryObjectCount(int value)
Gets or sets the boundary object count.
|
void |
setBoundaryPath(List<ICadBoundaryPath> value)
Gets or sets the boundary path.
|
void |
setPathType(int value)
Gets or sets the path type.
|
void |
setSourceBoundaryObjects(List<String> value)
Gets or sets the source boundary objects.
|
public CadHatchBoundaryPathContainer()
Initializes a new instance of the CadHatchBoundaryPathContainer
class.
public final List<ICadBoundaryPath> getBoundaryPath()
Gets or sets the boundary path.
public final void setBoundaryPath(List<ICadBoundaryPath> value)
Gets or sets the boundary path.
public final int getBoundaryObjectCount()
Gets or sets the boundary object count.
public final void setBoundaryObjectCount(int value)
Gets or sets the boundary object count.
public final List<String> getSourceBoundaryObjects()
Gets or sets the source boundary objects.
public final void setSourceBoundaryObjects(List<String> value)
Gets or sets the source boundary objects.
value
- The source boundary objects.public final int getPathType()
Gets or sets the path type.
public final void setPathType(int value)
Gets or sets the path type.