SVG Convex Polygon
Creates a Regular Convex Polygon of an number of sides.
The number of sides in the polygon
Type | Required | Position | PipelineInput |
---|---|---|---|
[Int32] |
false | named | true (ByPropertyName) |
The initial rotation of the polygon.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | false |
The center X coordinate for the polygon.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | false |
The center Y coordinate for the polygon.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | false |
The radius of the polygon.
Type | Required | Position | PipelineInput |
---|---|---|---|
[Double] |
false | named | false |
SVG.ConvexPolygon [-SideCount <Int32>] [-Rotate <Double>] [-CenterX <Double>] [-CenterY <Double>] [-Radius <Double>] [<CommonParameters>]