RegionSkewness
Directional standard deviation of the distance of the region's points to the center.
Syntax
C++
C#
Python
def RegionSkewness( inRegion: Region, inOrientation: float, inDirection: ProjectionDirection, / ) -> outSkewness: float
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRegion | Region | Input region | |
![]() |
inOrientation | float | ||
![]() |
inDirection | ProjectionDirection | ||
![]() |
outSkewness | float |


