Interface ICamApiFace
Assembly: CAMAPI.SurfaceTypes.dll
Syntax
[Guid("ED076677-5067-48D6-BEAC-5334B366564E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiFace
Properties
Orientation
Declaration
bool Orientation { get; }
Property Value
Surface
Declaration
ICamApiSurface Surface { get; }
Property Value
Methods
GetFirstLoop()
Get first loop of the face. Next loops can be obtained via GetNext method of created ICamApiLoop object
Declaration
ICamApiLoop GetFirstLoop()
Returns
GetMesh(double)
Declaration
ICamApiMesh GetMesh(double Tol)
Parameters
| Type |
Name |
Description |
| double |
Tol |
|
Returns
Declaration
ICamApiFace GetNurbsForm()
Returns
IsCylindricalHole(double, out TST3DPoint, out TST3DPoint, out double, out double, out double)
Declaration
bool IsCylindricalHole(double Tol, out TST3DPoint Center, out TST3DPoint Axis, out double Radius, out double ZMin, out double ZMax)
Parameters
Returns