Click or drag to resize

ICrossSectionOfLineWithSize1 Method

Returns a copy of the cross section with the specified first size.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
ICrossSectionOfLine WithSize1(
	double size1
)

Parameters

size1  Double
The first size parameter.

Return Value

ICrossSectionOfLine
A cross section with the specified first size.
See Also