Interface ICamApiFaceList
Assembly: CAMAPI.SurfaceTypes.dll
Syntax
[Guid("E981B94D-5301-4B7A-A413-AD0C830084BB")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiFaceList
Properties
Count
Declaration
Property Value
Face[int]
Declaration
ICamApiFace Face[int i] { get; }
Parameters
Type |
Name |
Description |
int |
i |
|
Property Value
Methods
GetMesh(int, double, double, bool)
Declaration
ICamApiMesh GetMesh(int i, double Tol, double HoleCappingSize, bool FromThread)
Parameters
Type |
Name |
Description |
int |
i |
|
double |
Tol |
|
double |
HoleCappingSize |
|
bool |
FromThread |
|
Returns