Interface ICamApiModelFormerWithBaseSurface
Model former mixin for operations that support a base surface (engraving, 2D contouring, drive-face machining). Provides access to the singleton base surface configuration via the BaseSurface property. Implemented by TCurveOpModelFormer and TEngraveModelFormer.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("9FE355D7-8C3C-49EE-903F-D0730911B3F9")]
public interface ICamApiModelFormerWithBaseSurface
Properties
BaseSurface
Base surface configuration (singleton, always non-null)
Declaration
ICamApiBaseSurface BaseSurface { get; }
Property Value
| Type | Description |
|---|---|
| ICamApiBaseSurface |