You are here: Start » AVL.NET » AVS.AvsFilter_MakeSegment3D Method

AVS.AvsFilter_MakeSegment3D Method

Creates a segment 3D structure from individual fields.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakeSegment3D
(
	AvlNet.Point3D inPoint1,
	AvlNet.Point3D inPoint2,
	out AvlNet.Segment3D outSegment
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point3DFirst point of the segment.
inPoint2AvlNet.Point3DSecond point of the segment.
outSegmentAvlNet.Segment3D

See also