SVG Convex Polygon
Creates a Regular Convex Polygon of an number of sides.
The number of sides in the polygon
This is also aliased to -PointCount for consistent use with SVG.Star.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Int32] |
false | 1 | true (ByPropertyName) | NumberOfSides SC Sides NumSides PC D PointCount |
The formal name of the shape, for example Pentagon.
Note, for ease of calculation, only shapes with sides between three and thirty accept their names.
(aka, No Hectagons or Megagons)
Valid Values:
Type | Required | Position | PipelineInput |
---|---|---|---|
[String] |
false | named | true (ByPropertyName) |
The initial rotation of the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | Rotation |
The center X coordinate for the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | CX |
The center Y coordinate for the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | CY |
The radius of the polygon.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Double] |
false | named | true (ByPropertyName) | R |
SVG.ConvexPolygon [[-SideCount] <Int32>] [-ShapeName <String>] [-Rotate <Double>] [-CenterX <Double>] [-CenterY <Double>] [-Radius <Double>] [<CommonParameters>]