Interface ICamIpcEdgeFaceInfoList
Per-edge adjacency info produced by ICamIpcEdgeAnalyzer.Build
Assembly: CAMIPC.SurfaceTypes.dll
Syntax
[Guid("2D7A6C14-9E35-4B82-A1F0-7B3C9D5E6A02")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcEdgeFaceInfoList
Properties
Count
Number of edges in the list
Declaration
Property Value
Item[int]
Declaration
ICamIpcEdgeFaceInfo Item[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Methods
GetByEdge(ICamIpcEdge)
Find the info for the given edge, matched by its endpoints within the build tolerance.
Returns nil if no edge matches
Declaration
ICamIpcEdgeFaceInfo GetByEdge(ICamIpcEdge Edge)
Parameters
Returns
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns