Click or drag to resize
Ab4d.SharpEngine logo

TorusKnotModelNode Properties

The TorusKnotModelNode type exposes the following members.

Properties
 NameDescription
Public propertyCenterPosition Center position of the torus knot. Default value is (0, 0, 0). Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyP P parameter (number of rotations around its axis of rotational symmetry). Default value is 1. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyQ Q parameter (number of rotations around a circle in the interior of the torus). Default value is 0. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyRadius1 First radius of the torus knot. Default value is 5. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyRadius2 Second radius of the torus knot. Default value is 2. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyRadius3 Third radius of the torus knot. Default value is 1. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyUSegmentsCount Number of segments along the length of the knot. Default value is 100. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Public propertyVSegmentsCount Number of segments around one knot segment. Default value is 30. Property change will re-generate the mesh in the next update phase. To immediately re-generate the mesh, call the Update method.
Top
See Also