Interface ICamIpcFace
Assembly: CAMIPC.SurfaceTypes.dll
Syntax
[Guid("5F865ED2-955E-448C-8E1F-C6B916D9373C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcFace
Properties
Orientation
Declaration
bool Orientation { get; }
Property Value
Surface
Declaration
ICamIpcSurface Surface { get; }
Property Value
Methods
GetFirstLoop()
Get first loop of the face. Next loops can be obtained via GetNext method of created ICamIpcLoop object
Declaration
ICamIpcLoop GetFirstLoop()
Returns
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
GetMesh(double)
Declaration
ICamIpcMesh GetMesh(double Tol)
Parameters
| Type |
Name |
Description |
| double |
Tol |
|
Returns
Declaration
ICamIpcFace 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