Click or drag to resize

ReplaceByDrillSettings Class

Settings for replacing contour by drills.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationReplaceByDrillSettings

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class ReplaceByDrillSettings

The ReplaceByDrillSettings type exposes the following members.

Constructors
 NameDescription
Public methodReplaceByDrillSettingsInitializes a new instance of the ReplaceByDrillSettings class
Top
Properties
 NameDescription
Public propertyForceCorners Forces drill on corners.
Public propertyPulses Number of pulses in case of usePulses
Public propertySpacing Distance between two drills.
Public propertyTime Laser on time in case of usePulses is false.
Public propertyUsePulses Sets laser on mode to pulses. Otherwise time.
Top
See Also