Click or drag to resize

TetrahedronUp Class

Represents a tetrahedral scatter symbol pointing upward.
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.3572.0 (4.8.3572.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 Gets the shared instance of the TetrahedronUp 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