CrossSectionOfLineGetRegularSharpPolygon Method |
Creates a regular polygon with sharp vertices.
Namespace: Altaxo.Drawing.D3D.CrossSectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static CrossSectionOfLine GetRegularSharpPolygon(
double radius,
int edges
)
Parameters
- radius Double
- The polygon radius.
- edges Int32
- The number of edges.
Return Value
CrossSectionOfLineThe created cross section.
See Also