You are here: Start » FIL.NET » FIS.CreatePathBorderRegion Method

FIS.CreatePathBorderRegion Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreatePathBorderRegion
(
	FilNet.Path inPath,
	FilNet.CoordinateSystem2D? inPathAlignment,
	float inBorderWidth,
	FilNet.BorderPosition inBorderPosition,
	int inFrameWidth,
	int inFrameHeight,
	FilNet.Region outRegion,
	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.
inBorderWidthfloat<1.0f, INF>1.0fDefault value: 1.0f.
inBorderPositionFilNet.BorderPositionCenteredDefault value: Centered.
inFrameWidthint<0, 65535>Width of the created region's frame.
inFrameHeightint<0, 65535>Height of the created region's frame.
outRegionFilNet.RegionOutput region.
outAlignedPathFilNet.PathThe input path transformed to the absolute coordinate system.

Function Overrides

See also