![]() | FEMesh |
The FEMeshEngine type exposes the following members.
Name | Description | |
---|---|---|
![]() | AngleDev | Angle Deviation for SC facets. |
![]() | BodyAlgorithm | Algorithm that GMSH will use for body meshing. |
![]() | GeometryTolerance | A tolerance value that is used to merge geometry nodes. |
![]() | LengthV | Length adjustment for GMSH. |
![]() | LoggingLevel | Gets/Sets logging level for meshing |
![]() | MaxAspectRatio | Maximum Aspect Ratio for SC facets. |
![]() | MaxEdgeLen | Maximum Edge Length for SC facets. |
![]() | MeshResolution | Get / Sets the mesh resolution |
![]() | OrientationCheck | The type of node orientation check for the mesh engine. |
![]() | RecombineFacets | Option to force the mesh engine to combine mesh elements. |
![]() | SurfaceAlgorithm | Algorithm that GMSH will use for surface meshing. |
![]() | SurfaceDev | Surface Deviation for SC facets. |
![]() | VolumeType | Sets the generation of QU4s/HE8s. |
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates the Mesh engine instance to execute the mesh, and update meshing options |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Mesh | Execute the Mesh |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
![]() | MessageReceived | Message Event Handler for getting events from the meshing engine |
from ema3d.API.V25.Charging.Meshing import FEMeshEngine as FEMeshEngine import ema3d.API.V25.Charging.Meshing as Meshing # Create mesh engine, configure, and mesh _fem = FEMeshEngine.Create(Window.ActiveWindow.Document) _fem.SurfaceAlgorithm = Meshing.SurfaceAlgorithms.Delaunay _fem.Mesh()