Bolt
ai.dragonfly.mesh.shape.Bolt
object Bolt
Attributes
- Source
- Bolt.scala
- Graph
-
- Supertypes
- Self type
-
Bolt.type
Members list
In this article
Generate a 3D mesh of a threaded Bolt.
Generate a 3D mesh of a threaded Bolt.
How many segments to approximate the circle. Must be greater than 2.
The radius of the core. Must be within the range of: (0.0, threadRadius).
The total length of the entire screw. Must be greater than 0.0.
The name of the mesh.
How much of the length of the bolt to allocate to the shank. Must be within the range of: (0.0, length - pointLength].
The maximum radius of the entire bolt. Must be greater than coreRadius.
The thickness of the thread. Must be within the range of: (0.0, 1.0 / threadsPerUnit].
How many thread revolutions complete per unit of distance along the bolt.
a 3d Mesh of a Bolt that reflects the specifications given by the parameters.