Back to Aurora Vision Library website

You are here: Start » Function Reference » All Functions » Geometry 3D Basics » AvsFilter_AccessSegment3D

AvsFilter_AccessSegment3D


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: AVL.h
Namespace: avs
Module: Vision3DLite

Returns individual fields of a segment 3D.

Syntax

void avs::AvsFilter_AccessSegment3D
(
	const avl::Segment3D& inSegment,
	avl::Point3D& outPoint1,
	avl::Point3D& outPoint2
)

Parameters

Name Type Default Description
Input value inSegment const Segment3D& Input segment
Output value outPoint1 Point3D& First point of the segment
Output value outPoint2 Point3D& Second point of the segment