CrossSectionOfLineGetQuadraticCrossSection Method |
Creates a quadratic cross section with equal width and height.
Namespace: Altaxo.Drawing.D3D.CrossSectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static CrossSectionOfLine GetQuadraticCrossSection(
double width
)
Parameters
- width Double
- The side length.
Return Value
CrossSectionOfLineThe created cross section.
See Also