 | FEMeshEngineMeshEngineType Property |
Gets/Sets the mesh engine type.
Namespace: ema3d.Api.V26.Charging.MeshingAssembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntaxpublic MeshEngineType MeshEngineType { get; set; }Public Property MeshEngineType As MeshEngineType
Get
Set
public:
property MeshEngineType MeshEngineType {
MeshEngineType get ();
void set (MeshEngineType value);
}member MeshEngineType : MeshEngineType with get, set
Property Value
MeshEngineType
Remarks
Facets and Artemis2D are only valid when the Simulation type in the domain is set to "Radiation".
See Also