Interface ICamApiModelFormerWithJobMode
Model former mixin for the swarf operation (TSwarfOpModelFormer). Exposes the "Drive mode" toggle between bottom-edge and two-curves machining. Obtained via QueryInterface; other operations do not expose it.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("FC6E9685-6E78-4D87-912A-D73A17E751B3")]
public interface ICamApiModelFormerWithJobMode
Properties
JobMode
Drive mode of the job assignment. Setting it clears the current job assignment, so assign it before adding curves.
Declaration
TModelFormerJobMode JobMode { get; set; }
Property Value
| Type | Description |
|---|---|
| TModelFormerJobMode |