Spiral |
public class SpiralFillingProfile : BasePatternFillingProfile
The SpiralFillingProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| SpiralFillingProfile | Initializes a new instance of the SpiralFillingProfile class |
| Name | Description | |
|---|---|---|
| Angle |
The rotation of the filling.
(Inherited from BasePatternFillingProfile) | |
| ArcTolerance |
While offsetting a path, the maximum acceptable tolerance when arcs are approximated.
(Inherited from BaseFillingProfile) | |
| ChordLenght | Obsolete. The length of chord used for approximating the spiral. | |
| ChordLength | The length of chord used for approximating the spiral. | |
| Direction | Gets or sets the direction to inwards or outwards. | |
| DoSort |
If true the filling paths will be sorted to enhance performance while marking.
(Inherited from BaseFillingProfile) | |
| EndType |
Type of closure (etClosedPolygon, etClosedLine, etOpenSquare, etOpenRound, etOpenButt) when offsetting a path.
(Inherited from BaseFillingProfile) | |
| ErrorDelta | (Inherited from BaseFillingProfile) | |
| FillerType |
The type of the filler this profile is suited to.
(Overrides BaseFillingProfileFillerType) | |
| FillType |
Defines the mode used by the filler.
(Inherited from BasePatternFillingProfile) | |
| Inbound | Obsolete. True if the spiral runs towards the center, false otherwise. | |
| Invert | (Inherited from BasePatternFillingProfile) | |
| IsEnabled |
Gets or sets a flag that defines if the filling is enabled.
(Inherited from BaseFillingProfile) | |
| IsIterationBased | (Overrides BaseFillingProfileIsIterationBased) | |
| JoinType |
Type of join (jtMiter, jtSquare or jtRound) when offsetting a path.
(Inherited from BaseFillingProfile) | |
| MiterLimit |
Maximum distance in multiples of delta that vertices can be offset from their original positions before squaring is applied.
Squaring truncates a miter by 'cutting it off' at 1 × delta distance from the original vertex.
(Inherited from BaseFillingProfile) | |
| NonShiftingPadding |
The offset of the clipping from the contour. Filling paths within this radius from the contour will be removed (clipped).
(Inherited from BaseFillingProfile) | |
| Offset | The offset of the center. | |
| Orientation | The orientation of the spiral (CW or CCW). | |
| Padding |
The offset of the filling (distance from the contour)
(Inherited from BaseFillingProfile) | |
| Pitch |
The pitch of the filling.
(Inherited from BasePatternFillingProfile) | |
| QuietZone | (Inherited from BasePatternFillingProfile) | |
| RotationAngle | The rotation of the filling. | |
| RotationAngleDelta | The delta of the angle between multiple sequences. | |
| ScaleFactor |
The multiply factor to apply when converting from floating point to integer coordinates.
(Inherited from BaseFillingProfile) | |
| ShouldCenter | Centers the filling to the bounding box. | |
| Tag |
Tag for custom description.
(Inherited from BaseFillingProfile) |