 |
TorusKnotModelNode Properties |
The TorusKnotModelNode type exposes the following members.
Properties | Name | Description |
---|
 | CenterPosition |
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.
|
 | P |
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.
|
 | Q |
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.
|
 | Radius1 |
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.
|
 | Radius2 |
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.
|
 | Radius3 |
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.
|
 | USegmentsCount |
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.
|
 | VSegmentsCount |
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