Class ElectricMachineMeshingOptionsBase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ElectricMachineMeshingOptionsBase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.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 |
PElementOrder
Declaration
public int PElementOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
UsePElements
Declaration
public bool UsePElements { 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>