CrossSectionOfLineGetStarShapedPolygon Method |
Creates a star-shaped polygon.
Namespace: Altaxo.Drawing.D3D.CrossSectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static CrossSectionOfLine GetStarShapedPolygon(
double innerRadius,
double outerRadius,
int starArms
)
Parameters
- innerRadius Double
- The inner radius.
- outerRadius Double
- The outer radius.
- starArms Int32
- The number of star arms.
Return Value
CrossSectionOfLineThe created cross section.
See Also