Interface ICamIpcModelFormerWithSharpEdge
Model former that supports adding sharp edges from the current geometry selection (used by the Chamfering operation — "Add Sharp Edge" button)
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("41AAD942-D7E4-4424-9B72-1DC4B7EBAFFC")]
public interface ICamIpcModelFormerWithSharpEdge
Methods
AddSharpEdgeSelected()
Add selected sharp edges to the model former. Calls AddChamferEdgesSelected on the underlying TJobModelFormer.
Declaration
ICamIpcListModelItem AddSharpEdgeSelected()
Returns
| Type | Description |
|---|---|
| ICamIpcListModelItem |
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |