Blender V5.0
bShrinkwrapConstraint Struct Reference

#include <DNA_constraint_types.h>

Public Attributes

struct Objecttarget
float dist
short shrinkType
char projAxis
char projAxisSpace
float projLimit
char shrinkMode
char flag
char trackAxis
char _pad

Detailed Description

Definition at line 505 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bShrinkwrapConstraint::_pad

Definition at line 523 of file DNA_constraint_types.h.

◆ dist

float bShrinkwrapConstraint::dist

Distance to kept from target.

Definition at line 508 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ flag

char bShrinkwrapConstraint::flag

Options.

Definition at line 520 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projAxis

char bShrinkwrapConstraint::projAxis

Axis to project/constrain.

Definition at line 512 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projAxisSpace

char bShrinkwrapConstraint::projAxisSpace

Space to project axis in.

Definition at line 514 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projLimit

float bShrinkwrapConstraint::projLimit

Distance to search.

Definition at line 516 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ shrinkMode

char bShrinkwrapConstraint::shrinkMode

Inside/outside/on surface (see MOD shrinkwrap).

Definition at line 518 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ shrinkType

short bShrinkwrapConstraint::shrinkType

Shrink type (look on MOD shrinkwrap for values).

Definition at line 510 of file DNA_constraint_types.h.

Referenced by blender::deg::DepsgraphRelationBuilder::build_constraints(), and shrinkwrap_get_tarmat().

◆ target

struct Object* bShrinkwrapConstraint::target

Definition at line 506 of file DNA_constraint_types.h.

◆ trackAxis

char bShrinkwrapConstraint::trackAxis

Axis to align to normal.

Definition at line 522 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().


The documentation for this struct was generated from the following file: