Click or drag to resize

Cube Class

Represents the null symbol in a scatter plot, i.e. this symbol is not visible.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsScatterSymbolShapeBase
    Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsCube

Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public sealed class Cube : ScatterSymbolShapeBase

The Cube type exposes the following members.

Constructors
 NameDescription
Public methodCubeInitializes a new instance of the Cube class
Top
Properties
 NameDescription
Public propertyStatic memberInstance 
Top
Methods
 NameDescription
Public methodClone
(Inherited from ScatterSymbolShapeBase)
Public methodEquals
(Inherited from ScatterSymbolShapeBase)
Public methodGetHashCode
(Inherited from ScatterSymbolShapeBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPaint
(Overrides ScatterSymbolShapeBasePaint(IGraphicsContext3D, IMaterial, PointD3D, Double))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberSqrt1By3 
Top
See Also