Interface ICamIpcModelFormerWithBaseSurface
IPC: Model former mixin for operations that support a base surface. Mirrors ICamApiModelFormerWithBaseSurface. Implemented by TCurveOpModelFormer and TEngraveModelFormer.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("8C433166-5F27-4ED5-B096-E315564A6502")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcModelFormerWithBaseSurface
Properties
BaseSurface
Base surface configuration (singleton, always non-null)
Declaration
ICamIpcBaseSurface BaseSurface { get; }
Property Value
| Type | Description |
|---|---|
| ICamIpcBaseSurface |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |