Click or drag to resize

FEMeshEngineCreate Method

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

Namespace: ema3d.Api.V25.Charging.Meshing
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.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