Click or drag to resize

IObjectOutline Interface

Describes the outline of a 3D graphical object in order to show the selection markers.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IObjectOutline

The IObjectOutline type exposes the following members.

Properties
 NameDescription
Public propertyAsLines Describes the object outline as set of lines.
Top
Methods
 NameDescription
Public methodIsHittedBy Determines whether this outline is hitted by the specified hit data.
Top
See Also