Click or drag to resize

ILineCapContour Interface

The contour for a line cap. A list of contour points describes the shape of the cap. The x component of each contour point corresponds to the advance of the cap in line direction, whereas the y-component of each contour point is multiplied with the cross section of the line (i.e. it is the relative thickness of the cap at this point).

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ILineCapContour : IImmutable

The ILineCapContour type exposes the following members.

Properties
 NameDescription
Public propertyNumberOfNormals Gets the number of normals. The number of normals is calculated from the number of vertices, plus the number of all sharp vertices.
Public propertyNumberOfVertices Gets the number of vertices.
Top
Methods
 NameDescription
Public methodIsVertexSharp Determines whether the vertex at index idx is a sharp vertex.
Public methodNormals Returns the normal at index idx.
Public methodVertices Returns the vertex at index idx. The x component of the returned value is responsible for the advance of the cap in the direction of the line, the y component is multiplied with the cross section of the line.
Top
See Also