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

FIS.CreateCoordinateSystemFromPoint Method

Creates a coordinate system with the specified origin.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void CreateCoordinateSystemFromPoint
(
	FilNet.Point2D inPoint,
	float inAngle,
	float inScale,
	float inScaleDivisor,
	out FilNet.CoordinateSystem2D outCoordinateSystem
)

Parameters

Name Type Range Default Description
inPointFilNet.Point2DOrigin of the created coordinate system.
inAnglefloat
inScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
inScaleDivisorfloat<0.001f, INF>1.0fDefault value: 1.0f.
outCoordinateSystemFilNet.CoordinateSystem2D

See also