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
public sealed class MethodExecutionOptions
Remarks
This class is available since v7.15.
Constructors
MethodExecutionOptions(Boolean, Boolean, Boolean, Boolean, Boolean)
Initializes a new instance of a MethodExecutionOptions class.
Declaration
public MethodExecutionOptions(bool inLaunchDeferred, bool inKeepAssociativity, bool inManualExecution, bool inUseCuttingConditions, bool inReuseAnswers)
Parameters
Type | Name | Description |
---|---|---|
Boolean | inLaunchDeferred | if set to |
Boolean | inKeepAssociativity | if set to |
Boolean | inManualExecution | if set to |
Boolean | inUseCuttingConditions | if set to |
Boolean | inReuseAnswers | if set to |
Fields
KeepAssociativity
Keep associativity between method and generated operations.
Declaration
public bool KeepAssociativity
Field Value
Type | Description |
---|---|
Boolean |
LaunchDeferred
Launch deferred.
Declaration
public bool LaunchDeferred
Field Value
Type | Description |
---|---|
Boolean |
ManualExecution
Manual execution.
Declaration
public bool ManualExecution
Field Value
Type | Description |
---|---|
Boolean |
ReuseAnswers
Re-use previous answers to the last execution in the session/document.
Declaration
public bool ReuseAnswers
Field Value
Type | Description |
---|---|
Boolean |
SilentMode
Silent mode.
Declaration
public bool SilentMode
Field Value
Type | Description |
---|---|
Boolean |
UseCuttingConditions
Use cutting conditions from method.
Declaration
public bool UseCuttingConditions
Field Value
Type | Description |
---|---|
Boolean |