You are here: Start » FIL.NET » Invoke.CreateCoordinateSystemFromSegment

Invoke.CreateCoordinateSystemFromSegment

Creates a coordinate system with the origin on a given segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromSegment
(
	Fil.Segment2D inSegment,
	float inPointAnchor,
	float inRelativeAngle,
	float inScale,
	float inScaleDivisor,
	out Fil.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
inPointAnchorfloat<-1.0f, 1.0f>0.0fDefault value: 0.0f.
inRelativeAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemFil.CoordinateSystem2D

See also