You are here: Start » AVL.NET » Function Reference » Region » Region Basics » AVL.CreatePathRegion

AVL.CreatePathRegion

Creates a region along the given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreatePathRegion
(
	AvlNet.Path inPath,
	AvlNet.CoordinateSystem2D? inPathAlignment,
	float inWidth,
	int inFrameWidth,
	int inFrameHeight,
	AvlNet.Region outRegion,
	NullableRef<AvlNet.Path> outAlignedPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inPathAlignmentAvlNet.CoordinateSystem2D?Adjusts the path to the position of the inspected object. Default value: atl::NIL.
inWidthfloat<1.0f, INF>1.0fWidth of line used to draw path. Default value: 1.0f.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionAvlNet.RegionOutput region.
outAlignedPathAvlNet.NullableRef<AvlNet.Path>The input path transformed to the absolute coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also