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