Click or drag to resize

EllipsoidalWithSize Method

Returns a copy of the cross section with the specified sizes.

Namespace: Altaxo.Drawing.D3D.CrossSections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ICrossSectionOfLine WithSize(
	double size1,
	double size2
)

Parameters

size1  Double
The first size parameter.
size2  Double
The second size parameter.

Return Value

ICrossSectionOfLine
A cross section with the specified sizes.

Implements

ICrossSectionOfLineWithSize(Double, Double)
See Also