IObjectOutlineAsLines Property |
Describes the object outline as set of lines.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IEnumerable<LineD3D> AsLines { get; }
Property Value
IEnumerableLineD3D
Set of lines that describe the object outline.
See Also