Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Basics » AvsFilter_AccessArc
AvsFilter_AccessArc
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Returns individual fields of an arc.
Syntax
void avs::AvsFilter_AccessArc ( const avl::Arc2D& inArc, avl::Point2D& outCenter, atl::real& outRadius, atl::real& outStartAngle, atl::real& outSweepAngle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inArc | const Arc2D& | ||
![]() |
outCenter | Point2D& | ||
![]() |
outRadius | real& | ||
![]() |
outStartAngle | real& | ||
![]() |
outSweepAngle | real& |
Hints
- Do NOT use this filter. Instead, use "Property Outputs" feature, accessible in the output port's context menu.


