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

FIS.Vector2DToVector3D_AxesPlane Method

Projects a 2D vector onto a plane defined by 3D coordinate axes.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Vector2DToVector3D_AxesPlane
(
	FilNet.Vector2D inVector2D,
	FilNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out FilNet.Vector3D outVector3D,
	out FilNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inVector2DFilNet.Vector2D
inPlaneTypeFilNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outVector3DFilNet.Vector3D
outProjectionPlaneFilNet.Plane3DPlane the input is projected onto.

Function Overrides

See also