Click or drag to resize
Ab4d.SharpEngine logo

MeshFactoryLatheSection Structure

Representation of a lathe section (i.e., a control point on lathe profile).
Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.SharpEngine.MeshesMeshFactoryLatheSection

Namespace: Ab4d.SharpEngine.Meshes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public struct LatheSection

The MeshFactoryLatheSection type exposes the following members.

Constructors
 NameDescription
Public methodMeshFactoryLatheSection Create a lathe section (control point).
Top
Fields
 NameDescription
Public fieldIsSharpEdge A flag denoting whether the edge of the section is sharp.
Public fieldOffset Offset of the section. A value between 0.0 (start position) and 1.0 (end position).
Public fieldRadius Radius of the section.
Top
See Also