Click or drag to resize

TetrahedronDown Class

Represents a tetrahedral scatter symbol pointing downward.
Inheritance Hierarchy
SystemObject
  Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsScatterSymbolShapeBase
    Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbolsTetrahedronDown

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

The TetrahedronDown type exposes the following members.

Constructors
 NameDescription
Public methodTetrahedronDownInitializes a new instance of the TetrahedronDown class
Top
Properties
 NameDescription
Public propertyStatic memberInstance Gets the shared instance of the TetrahedronDown 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 methodStatic memberGetTriangleIndices Gets the triangle indices for the tetrahedron mesh.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberGetVerticesAndNormals Gets the tetrahedron vertices together with their normals.
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
See Also