Click or drag to resize

FDMeshEngineCreate Method

Creates a new FDMeshEngine for the provided document.

Namespace: ema3d.Api.V25.Core.Meshing
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static FDMeshEngine Create(
	Document document
)

Parameters

document  Document
The document to attach the mesh engine to.

Return Value

FDMeshEngine
See Also