Class ElectricMachineMeshingOptionsBase
Inheritance
System.Object
ElectricMachineMeshingOptionsBase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class ElectricMachineMeshingOptionsBase : FEMeshingOptions, IEquatable<APIBase>
Properties
AutogenerateMesh
Declaration
public bool AutogenerateMesh { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UtilisePeriodicityWhenMeshingGeometry
Declaration
public bool UtilisePeriodicityWhenMeshingGeometry { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Implements
System.IEquatable<T>