Interface ICamApiPoint3DList
Mutable list of 3D points. Used as both input (measured points) and output (nearest points)
for ICamApiPointSnapper.FindNearestOnFaces.
Assembly: CAMAPI.TechSolvers.dll
Syntax
[Guid("101B1EB0-61FA-4788-86C0-25D72E817AC7")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPoint3DList
Properties
Count
Number of points in the list
Declaration
Property Value
Methods
Add(TST3DPoint)
Declaration
int Add(TST3DPoint Point)
Parameters
Returns
Item(int)
Declaration
TST3DPoint Item(int Index)
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Returns