Interface ICamApiEdgeFaceInfoList
Per-edge adjacency info produced by ICamApiEdgeAnalyzer.Build.
GetByEdge looks up the entry for a given edge by geometric endpoint match
Assembly: CAMAPI.SurfaceTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("8AA4E535-2742-4B96-BA5D-7F9C1C2B5983")]
public interface ICamApiEdgeFaceInfoList
Properties
Count
Number of edges in the list
Declaration
Property Value
Item[int]
Declaration
ICamApiEdgeFaceInfo Item[int i] { get; }
Parameters
| Type |
Name |
Description |
| int |
i |
|
Property Value
Methods
GetByEdge(ICamApiEdge)
Find the info for the given edge, matched by its endpoints within the build tolerance.
Returns nil if no edge matches
Declaration
ICamApiEdgeFaceInfo GetByEdge(ICamApiEdge Edge)
Parameters
Returns