RegionDiameter
Computes the longest segment connecting two pixels contained in region and its length.
Syntax
C++
C#
Python
def RegionDiameter( inRegion: Region, /, *, outDiameter: Segment2D | None = None ) -> outDiameterLength: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
outDiameter | Segment2D | None | None | |
![]() |
outDiameterLength | float |


