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

FIL.Segment2DToSegment3D_AxesPlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Segment2DToSegment3D_AxesPlane
(
	FilNet.Segment2D inSegment2D,
	FilNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out FilNet.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment2DFilNet.Segment2D
inPlaneTypeFilNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outSegment3DFilNet.Segment3D

Function Overrides

See also