Click or drag to resize

CrossSectionOfLineGetStarShapedPolygon Method

Creates a star-shaped polygon.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public 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

CrossSectionOfLine
The created cross section.
See Also