Click or drag to resize

Cube Class

Represents a cube scatter symbol.
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.3572.0 (4.8.3572.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 Gets the shared instance of the Cube symbol.
Top
Methods
 NameDescription
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ScatterSymbolShapeBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from ScatterSymbolShapeBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from ScatterSymbolShapeBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodPaint Paints the symbol with the specified size at the origin of the coordinate system.
(Overrides ScatterSymbolShapeBasePaint(IGraphicsContext3D, IMaterial, PointD3D, Double))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberSqrt1By3 Gets the factor that converts the enclosing sphere diameter to the cube edge length.
Top
See Also