CadHatchBoundaryPathContainer
Contents
[
Hide
]Boundary for hatch
Constructors
| Constructor | Description |
|---|---|
| CadHatchBoundaryPathContainer() | Initializes a new instance of the CadHatchBoundaryPathContainer class. |
Methods
| Method | Description |
|---|---|
| getBoundaryPath() | Gets or sets the boundary path. |
| setBoundaryPath(List | 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 | 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
setSourceBoundaryObjects(List value)
public final void setSourceBoundaryObjects(List<String> value)
Gets or sets the source boundary objects.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The 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.