DilateShapeRegion
Performs a morphological dilation on a shape region.
Applications:Making the shape region thicker or filling-in small holes within it.
Syntax
C++
C#
Python
def DilateShapeRegion( inShapeRegion: ShapeRegion, inRadius: float, outShapeRegion: ShapeRegion, / ) -> None
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
inShapeRegion | ShapeRegion | |||
![]() |
inRadius | float | 0.0 - ![]() |
||
![]() |
outShapeRegion | ShapeRegion |



