Envelopar

The Shrinkwrap Modifier allows an object to «shrink» to the surface of another object. It moves each vertex of the object being modified to the closest position on the surface of the given mesh (using one of the three methods available).

It can be applied to meshes, lattices, curves, surfaces and texts.

Opções

../../../_images/modeling_modifiers_deform_shrinkwrap_nearest-surface-point.png

Pontos mais próximos da superfície.

Alvo(s)
Shrink target, the mesh to shrink to/wrap around.
Deslocamento
The distance that must be kept from the calculated target position, in Blender Units.
Grupo de vértices
The vertex group to control whether and how much each vertex is displaced to its target position. If a vertex is not a member of this group, it is not displaced (same as weight 0).

Modo

This selector specifies the method to be used to determine the nearest point on the target’s surface for each vertex of the modified object. Some options will add some extra, specific controls to the panel.

Pontos mais próximos da superfície

This will select the nearest point over the surface of the shrunk target. It adds the extra option Above surface, which always keep the computed vertices above their «floor faces». This is only meaningful when Offset is not null.

Projeção

This will project vertices along a chosen axis until they touch the shrink target. Vertices that never touch the shrink target are left in their original position.

../../../_images/modeling_modifiers_deform_shrinkwrap_project.png

Opções de projeção.

Níveis de subdivisão de superfícies
This applies a (temporary) Catmull-Clark subdivision to the modified object, before computing the wrap when using Projection mode.
Limite
This is a distance limit between original vertex and surface. If the distance is larger than this limit vertex would not be projected onto the surface,
Eixos

Along which local axis of the modified object the projection is done. These options can be combined with each other, yielding a «median axis» of projection.

X, Y, Z

Direção

This allows you to select the allowed direction(s) of the shrink along the selected axis. With more than one Shrinkwrap Modifier, negative and positive axes can be combined.

Negativo, Positivo

Abatimento de faces
This radio button allows you to prevent any projection over the «front side» (respectively the «back side») of the target’s faces. The «side» of a face is determined by its normal (front being the side «from where» the normal «originates»).
Alvo auxiliar
An additional object to project over.

Vértices mais próximos

This will snap vertices to the nearest vertex of the shrunk target. It adds no extra options.

../../../_images/modeling_modifiers_deform_shrinkwrap_nearest-vertex.png

Opções para os vértices mais próximos.

Veja também

Shrinkwrap Constraint.