Class MethodExecutionOptions
Represents a Solid Type for the part creation in a machining document.
Inherited Members
Namespace: TopSolid.Cam.NC.Kernel.Automating
Assembly: TopSolid.Cam.NC.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 15, 0, 0)]
public sealed class MethodExecutionOptions
Remarks
This class is available since v7.15.
Constructors
| Name | Description |
|---|---|
| MethodExecutionOptions(bool, bool, bool, bool, bool) | Initializes a new instance of a MethodExecutionOptions class. |
Fields
| Name | Description |
|---|---|
| KeepAssociativity | Keep associativity between method and generated operations. |
| LaunchDeferred | Launch deferred. |
| ManualExecution | Manual execution. |
| ReuseAnswers | Re-use previous answers to the last execution in the session/document. |
| SilentMode | Silent mode. |
| UseCuttingConditions | Use cutting conditions from method. |