ShrinkwrapConstraint(Constraint)

base classes — bpy_struct, Constraint

class bpy.types.ShrinkwrapConstraint(Constraint)

Create constraint-based shrinkwrap relationship

distance

Distance to Target

Type :float in [0, 100], default 0.0
shrinkwrap_type

Select type of shrinkwrap algorithm for target position

  • NEAREST_SURFACE Nearest Surface Point, Shrink the location to the nearest target surface.
  • PROJECT Project, Shrink the location to the nearest target surface along a given axis.
  • NEAREST_VERTEX Nearest Vertex, Shrink the location to the nearest target vertex.
Type :enum in [‘NEAREST_SURFACE’, ‘PROJECT’, ‘NEAREST_VERTEX’], default ‘NEAREST_SURFACE’
target

Target Object

Type :Object
use_x

Projection over X Axis

Type :boolean, default False
use_y

Projection over Y Axis

Type :boolean, default False
use_z

Projection over Z Axis

Type :boolean, default False

Inherited Properties

Inherited Functions

Previous topic

ShapeKeyPoint(bpy_struct)

Next topic

ShrinkwrapModifier(Modifier)