Draws an SVG Spiral
Creates an SVG spiral as an SVG path.
The number of steps in the spiral
Type | Required | Position | PipelineInput |
---|---|---|---|
[UInt32] |
false | named | true (ByPropertyName) |
The value for theta
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | true (ByPropertyName) |
The value for alpha (not to be confused with transparency, that’s -Opacity)
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | true (ByPropertyName) |
The scale of the spiral along the horizontal axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | true (ByPropertyName) |
The scale of the spiral along the vertical axis
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | true (ByPropertyName) |
SVG.Spiral [-NumSteps <UInt32>] [-Theta <Double>] [-Alpha <Double>] [-ScaleX <Double>] [-ScaleY <Double>] [<CommonParameters>]