Click or drag to resize

TetrahedronUp 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.ScatterSymbolsTetrahedronUp

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 TetrahedronUp : ScatterSymbolShapeBase

The TetrahedronUp type exposes the following members.

Constructors
 NameDescription
Public methodTetrahedronUpInitializes a new instance of the TetrahedronUp 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 methodStatic memberGetTriangleIndices 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberGetVerticesAndNormals 
Public methodPaint
(Overrides ScatterSymbolShapeBasePaint(IGraphicsContext3D, IMaterial, PointD3D, Double))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also