Click or drag to resize

CrossSectionOfLineGetSquareCrossSection Method

Creates a rectangular cross section.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static CrossSectionOfLine GetSquareCrossSection(
	double width,
	double height
)

Parameters

width  Double
The width.
height  Double
The height.

Return Value

CrossSectionOfLine
The created cross section.
See Also