A wheel is a regular shape defined by its center, its radius, and a number of vertices and other parameters. It is drawn as a path element with multiple outlines. The shape is calculated by a constraint.
See draw wheel showcase for an interactive demonstration.
The element's geometry is locked (modification of points or segments is impossible)
The geometry of the element becomes modifiable like any path element by default. The shape is no longer identifiable as a wheel.
The shape is drawn by a single path element with multiple outlines.
To assign a different style to each outline, it is necessary to remove the constraint and then split the path, resulting in one path element per outline:
|
|
|
A polyhedron is a regular shape defined by its center, its radius, and a number of vertices and other parameters. It is drawn as a path element with multiple outlines. The shape is calculated by a constraint.
See draw polyhedron showcase for an interactive demonstration.
The element's geometry is locked (modification of points or segments is impossible)
The geometry of the element becomes modifiable like any path element by default. The shape is no longer identifiable as a wheel.
The shape is drawn by a single path element with multiple outlines.
To assign a different style to each outline, it is necessary to remove the constraint and then split the path, resulting in one path element per outline:
|
|
|
A star is a regular shape defined by its center, its radius, and a number of vertices and other parameters. It is drawn as a path element with multiple outlines. The shape is calculated by a constraint.
See draw star showcase for an interactive demonstration.
The element's geometry is locked (modification of points or segments is impossible)
The geometry of the element becomes modifiable like any path element by default. The shape is no longer identifiable as a regular star.
The shape is drawn by a single path element with multiple outlines.
To assign a different style to each outline, it is necessary to remove the constraint and then split the path, resulting in one path element per outline:
|
|
|
A rosace is a regular shape defined by its center, its radius, and a number of vertices and other parameters. It is drawn as a path element with multiple outlines. The shape is calculated by a constraint.
See draw rosace showcase for an interactive demonstration.
The element's geometry is locked (modification of points or segments is impossible)
The geometry of the element becomes modifiable like any path element by default. The shape is no longer identifiable as a regular rosace.
The shape is drawn by a single path element with multiple outlines.
To assign a different style to each outline, it is necessary to remove the constraint and then split the path, resulting in one path element per outline:
|
|
|