Back to FabImage Library website

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

FisFilter_AccessSegment3D


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

Header: FIL.h
Namespace: fis
Module: Vision3DLite

Returns individual fields of a segment 3D.

Syntax

void fis::FisFilter_AccessSegment3D
(
	const fil::Segment3D& inSegment,
	fil::Point3D& outPoint1,
	fil::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