You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Line2DToLine3D_AxesPlane

FIL.Line2DToLine3D_AxesPlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Line2DToLine3D_AxesPlane
(
	FilNet.Line2D inLine2D,
	FilNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out FilNet.Line3D outLine3D,
	NullableValue<FilNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inLine2DFilNet.Line2D
inPlaneTypeFilNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outLine3DFilNet.Line3D
outProjectionPlaneFilNet.NullableValue<FilNet.Plane3D>Plane the input is projected onto. Can be null to skip this parameter calculation.

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect plane type.

Function Overrides

See also