You are here: Start » AVL.NET » Invoke.SurfaceCircleToRegion

Invoke.SurfaceCircleToRegion

Finds the surface region covered by surface circle.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SurfaceCircleToRegion
(
	Avl.Circle3D inSurfaceCircle,
	Avl.SurfaceFormat inSurfaceFormat,
	Avl.Region outRegion
)

Parameters

Name Type Range Default Description
inSurfaceCircleAvl.Circle3D
inSurfaceFormatAvl.SurfaceFormatSurface format for which the output region will be defined.
outRegionAvl.RegionOutput region.

See also