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

FIL.CreatePathRegion

Creates a region along the given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPathFilNet.PathInput path.
inPathAlignmentFilNet.CoordinateSystem2D?Adjusts the path to the position of the inspected object. Default value: ftl::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.
outRegionFilNet.RegionOutput region.
outAlignedPathFilNet.NullableRef<FilNet.Path>The input path transformed to the absolute coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also