CreateLineRegion
Creates a line region.
Syntax
C++
Python
def CreateLineRegion( inLine: Line2D, inWidth: float, inFrameWidth: int, inFrameHeight: int, outRegion: Region, /, *, inLineAlignment: CoordinateSystem2D | None = None, outAlignedLine: Line2D | None = None ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inLine | Line2D | |||
![]() |
inLineAlignment | CoordinateSystem2D | None | None | ||
![]() |
inWidth | float | 1.0 - ![]() |
Width of output region line | |
![]() |
inFrameWidth | int | 0 - 65535 | ||
![]() |
inFrameHeight | int | 0 - 65535 | ||
![]() |
outRegion | Region | Output region | ||
![]() |
outAlignedLine | Line2D | None | None |



