Click or drag to resize

ICrossSectionOfLine Interface

Describes the cross section of a 3D line.

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

The ICrossSectionOfLine type exposes the following members.

Properties
 NameDescription
Public propertyNumberOfNormals Gets the number of normals.
Public propertyNumberOfVertices Gets the number of vertices.
Public propertySize1 Gets the first size parameter of the cross section.
Public propertySize2 Gets the second size parameter of the cross section.
Top
Methods
 NameDescription
Public methodGetMaximalDistanceFromCenter Gets the maximal distance of the cross section from its center.
Public methodIsVertexSharp Determines whether the vertex at the specified index is sharp.
Public methodNormals Returns the normal at the specified index.
Public methodVertices Returns the vertex at the specified index.
Public methodWithSize Returns a copy of the cross section with the specified sizes.
Public methodWithSize1 Returns a copy of the cross section with the specified first size.
Public methodWithSize2 Returns a copy of the cross section with the specified second size.
Top
See Also