Click or drag to resize

MarkableSolidPostImport Method

Function called at the end of Import(SolidImportSettings)

Namespace: RAYLASE.MarkerPlugin.JobElements
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
protected override void PostImport(
	SolidImportSettings importSettings
)

Parameters

importSettings  SolidImportSettings
The import settings.
See Also