PSSVG

SVG.Star

Synopsis

SVG Star


Description

Creates a Star of an number of points.



Parameters

PointCount

The number of points in the star.
This is also aliased to -SideCount for consistent use with SVG.ConvexPolygon,
(even if this is not mathematically accurate).

Type Required Position PipelineInput Aliases
[Int32] false 1 true (ByPropertyName) PC
Points
SC
SideCount
Sides
NumSides

Rotate

The initial rotation of the polygon.

Type Required Position PipelineInput Aliases
[Double] false named true (ByPropertyName) Rotation

CenterX

The center X coordinate for the polygon.

Type Required Position PipelineInput Aliases
[Double] false named true (ByPropertyName) CX

CenterY

The center Y coordinate for the polygon.

Type Required Position PipelineInput Aliases
[Double] false named true (ByPropertyName) CY

Radius

The radius of the polygon.

Type Required Position PipelineInput Aliases
[Double] false named true (ByPropertyName) R

Syntax

SVG.Star [[-PointCount] <Int32>] [-Rotate <Double>] [-CenterX <Double>] [-CenterY <Double>] [-Radius <Double>] [<CommonParameters>]