Interface ICamIpcModelFormerWithChamferFaces
Model former that supports adding chamfer faces from the current geometry selection (used by the Chamfering operation — "Add Face" button)
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("4D5FCFE7-9E2D-4804-AE3F-D2994C31C2A9")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcModelFormerWithChamferFaces
Methods
AddChamferFacesSelected()
Add selected faces to the model former for chamfering. Calls AddChamferFacesSelected on the underlying TJobModelFormer.
Declaration
ICamIpcListModelItem AddChamferFacesSelected()
Returns
| Type | Description |
|---|---|
| ICamIpcListModelItem |
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |