Click or drag to resize
AB4D logo

LatheSection Structure

LatheSection defines one section with specifiying Offset, Radius and IsSharpEdge.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab3d.MeshesLatheSection

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public struct LatheSection

The LatheSection type exposes the following members.

Constructors
 NameDescription
Public methodLatheSection Constructor
Top
Fields
 NameDescription
Public fieldIsSharpEdge If true than the edge of this section is sharp.
Public fieldOffset Offset of this section - values can from 0 to 1 (0 is StartPosition; 1 is EndPosition)
Public fieldRadius Radius of this section
Top
See Also