F_VN_ContainerAverageElementwise3
Calculate the elementwise average of 3D elements in a container.
Syntax
Definition:
FUNCTION F_VN_ContainerAverageElementwise3 : HRESULT
VAR_INPUT
ipSrcContainer : ITcVnContainer;
END_VAR
VAR_IN_OUT
aAverage : TcVnVector3_LREAL;
END_VAR
VAR_INPUT
hrPrev : HRESULT;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
ipSrcContainer |
Source container with 3D points or vectors | |
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) |
Further information
The table below shows which functions can be used for which container type:
Types of containers | Usable functions |
---|---|
Containers of elements | |
Containers of vectors, each with 2 elements | |
Containers of vectors, each with 3 elements | |
Containers of vectors, each with 4 elements |
Required License
TC3 Vision Base
System Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT V3.1.4024.54 or later | PC or CX (x64) with PL50, e.g. Intel 4-core Atom CPU | Tc3_Vision |