Class ElectricMachineMeshingOptionsBase
Inheritance
System.Object
ElectricMachineMeshingOptionsBase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public abstract class ElectricMachineMeshingOptionsBase : FEMeshingOptions, IEquatable<APIBase>
Properties
AutogenerateMesh
When meshing properties are changed the mesh will be autogenerated.
Declaration
public bool AutogenerateMesh { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UtilisePeriodicityWhenMeshingGeometry
The smallest possible segment of the machine, without modifying the geometry, will be taken for meshing.
Declaration
public bool UtilisePeriodicityWhenMeshingGeometry { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>