CrossSectionOfLineGetSquareCrossSection Method |
Creates a rectangular cross section.
Namespace: Altaxo.Drawing.D3D.CrossSectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static CrossSectionOfLine GetSquareCrossSection(
double width,
double height
)
Parameters
- width Double
- The width.
- height Double
- The height.
Return Value
CrossSectionOfLineThe created cross section.
See Also