VectorGraphicEnginePrepareExecution Method |
Prepares the paths for execution.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic 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
IListVectorGraphicPathA new list of paths.
See Also