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

Invoke.CreatePathBorderRegion

Creates a region along a given path. The region may be internal or external to the path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CreatePathBorderRegion
(
	Avl.Path inPath,
	Optional<Avl.CoordinateSystem2D> inPathAlignment,
	float inBorderWidth,
	Avl.BorderPosition inBorderPosition,
	int inFrameWidth,
	int inFrameHeight,
	Avl.Region outRegion,
	Optional<Avl.Path> outAlignedPath
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
inPathAlignmentAtl.Optional<Avl.CoordinateSystem2D>Adjusts the path to the position of the inspected object. Default value: atl::NIL.
inBorderWidthfloat<1.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionAvl.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvl.RegionOutput region.
outAlignedPathAtl.Optional<Avl.Path>The input path transformed to the absolute coordinate system.

See also