SurfacePathToRegion
Finds the surface region covered by surface path.
Applications:Transformation of objects defined in the surface coordinate system to the associated surface region.
Syntax
C++
C#
Python
def SurfacePathToRegion( inSurfacePath: Path, inSurfaceFormat: SurfaceFormat, outRegion: Region, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSurfacePath | Path | ||
![]() |
inSurfaceFormat | SurfaceFormat | Surface format for which the output region will be defined | |
![]() |
outRegion | Region | Output region |


