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

AVS.AvsFilter_AccessSegment3D Method

Returns individual fields of a segment 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_AccessSegment3D
(
	AvlNet.Segment3D inSegment,
	out AvlNet.Point3D outPoint1,
	out AvlNet.Point3D outPoint2
)

Parameters

Name Type Range Default Description
inSegmentAvlNet.Segment3DInput segment.
outPoint1AvlNet.Point3DFirst point of the segment.
outPoint2AvlNet.Point3DSecond point of the segment.

See also