Click or drag to resize

IObjectOutlineAsLines Property

Describes the object outline as set of lines.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
IEnumerable<LineD3D> AsLines { get; }

Property Value

IEnumerableLineD3D
Set of lines that describe the object outline.
See Also