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

Invoke.CreateCoordinateSystemFromTwoPoints

Creates a coordinate system with two points on its axes.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void CreateCoordinateSystemFromTwoPoints
(
	Fil.Point2D inPoint1,
	Fil.Point2D inPoint2,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out Fil.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inPoint1Fil.Point2D
inPoint2Fil.Point2D
inAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemFil.CoordinateSystem2D

See also