Click or drag to resize

BaseMarkableSolidPostImport Method

Function called at the end of Import(SolidImportSettings)

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
protected abstract void PostImport(
	SolidImportSettings importSettings
)

Parameters

importSettings  SolidImportSettings
The import settings.
See Also