Interface ICamIpcFaceList
Assembly: CAMIPC.SurfaceTypes.dll
Syntax
[Guid("D6BC9398-1EBC-4C76-9D9F-039CE1837F27")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcFaceList
Properties
Count
Declaration
Property Value
Face[int]
Declaration
ICamIpcFace Face[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
GetMesh(int, double, double, bool)
Declaration
ICamIpcMesh GetMesh(int i, double Tol, double HoleCappingSize, bool FromThread)
Parameters
Returns