Click or drag to resize

FEMeshEngineCreate Method

Creates the Mesh engine instance to execute the mesh, and update meshing options.

Namespace: ema3d.Api.V26.Charging.Meshing
Assembly: ema3d.Api.V26 (in ema3d.Api.V26.dll) Version: 0.0.0.0
Syntax
public static FEMeshEngine Create(
	Document document
)

Parameters

document  Document
Document object to get all definitions from.

Return Value

FEMeshEngine
FEMeshEngine instance.
See Also