Class CADElectricMachineDetail
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CADElectricMachineDetail
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.ElectricMachines
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CADElectricMachineDetail : ElectricMachineDetail, IEquatable<APIBase>
Properties
GeometryModellerDimensions
Declaration
public GeometryModellerDimensions GeometryModellerDimensions { get; }
Property Value
Type | Description |
---|---|
GeometryModellerDimensions |
Rotor
Declaration
public CADRotor Rotor { get; }
Property Value
Type | Description |
---|---|
CADRotor |
Stator
Declaration
public CADStator Stator { get; }
Property Value
Type | Description |
---|---|
CADStator |
Methods
EmbedGeometryModellerFile()
Declaration
public void EmbedGeometryModellerFile()
OpenEmbeddedGeometryModellerFile()
Declaration
public void OpenEmbeddedGeometryModellerFile()
RereadGeometryFromGeometryModeller()
Requests latest geometry from Geometry Modeller
Declaration
public void RereadGeometryFromGeometryModeller()
Implements
System.IEquatable<T>