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

AVL.Segment2DToSegment3D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSegment2DAvlNet.Segment2D
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outSegment3DAvlNet.Segment3D

Function Overrides

See also