Click or drag to resize

VectorGraphicEnginePrepareExecution Method

Prepares the paths for execution.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual IList<VectorGraphicPath> PrepareExecution(
	CommandListType commandListType,
	PenSet penSet,
	dmat4 transformation,
	bool doRamping,
	bool onlyGeometric,
	bool resolveShouldMark
)

Parameters

commandListType  CommandListType
The list of metafile commands.
penSet  PenSet
The resolved pen set.
transformation  dmat4
The job element transformation.
doRamping  Boolean
Adds ramp-down information to the list of paths.
onlyGeometric  Boolean
Removes non geometric commands like LaserOnMetafileCommand or SetPenMetafileCommand
resolveShouldMark  Boolean
Removes non marked vectors.

Return Value

IListVectorGraphicPath
A new list of paths.
See Also