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
Input value inShapeRegion ShapeRegion
Input value inRadius float 0.0 -
Output value outShapeRegion ShapeRegion