Click or drag to resize

VectorGraphicPathPrepareExecution Method

Prepares the path 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(
	PenSet penSet,
	dmat4 transformation,
	bool doRamping,
	bool removeNonGeometric,
	bool removeNonMarked,
	int defaultPenNumber,
	int singleSequencePass
)

Parameters

penSet  PenSet
The resolved pen set.
transformation  dmat4
The job element transformation.
doRamping  Boolean
Adds ramp-down information to the list of paths.
removeNonGeometric  Boolean
Removes non geometric commands like LaserOnMetafileCommand or SetPenMetafileCommand
removeNonMarked  Boolean
Removes non marked vectors.
defaultPenNumber  Int32
singleSequencePass  Int32

Return Value

IListVectorGraphicPath
A new list of paths.
See Also