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: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
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