Class GeometryModellerSettings
Inheritance
System.Object
GeometryModellerSettings
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class GeometryModellerSettings : PerMachineSettings, IEquatable<APIBase>
Properties
AutoDetectedGeometryModellerPath
Declaration
public ListWithSelectedItem<string> AutoDetectedGeometryModellerPath { get; set; }
Property Value
DisableIntelMKLInternalMultithreading
Declaration
public bool DisableIntelMKLInternalMultithreading { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
FolderPath
Declaration
public string FolderPath { get; }
Property Value
| Type |
Description |
| System.String |
|
GeometryModellerArguments
Declaration
public string GeometryModellerArguments { get; set; }
Property Value
| Type |
Description |
| System.String |
|
HideGeometryModellerInsteadOfClosing
Declaration
public bool HideGeometryModellerInsteadOfClosing { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsGeometryModellerConnected
Declaration
public bool IsGeometryModellerConnected { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
NoLicenceForGeometryModeller
Declaration
public string NoLicenceForGeometryModeller { get; }
Property Value
| Type |
Description |
| System.String |
|
ShowMessageWhenHidingGeometryModeller
Declaration
public bool ShowMessageWhenHidingGeometryModeller { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
UseAutoDetectedGeometryModellerPath
Declaration
public bool UseAutoDetectedGeometryModellerPath { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
LaunchGeometryModeller(String)
Declaration
public MethodOutcome LaunchGeometryModeller(string filePath = null)
Parameters
| Type |
Name |
Description |
| System.String |
filePath |
|
Returns
SelectFolderPath(String)
Declaration
public void SelectFolderPath(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|
Implements
System.IEquatable<T>
Extension Methods