Blender V4.5
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 519 of file DNA_constraint_types.h.

Member Data Documentation

◆ _pad

char bShrinkwrapConstraint::_pad

Definition at line 537 of file DNA_constraint_types.h.

◆ dist

float bShrinkwrapConstraint::dist

Distance to kept from target.

Definition at line 522 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ flag

char bShrinkwrapConstraint::flag

Options.

Definition at line 534 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projAxis

char bShrinkwrapConstraint::projAxis

Axis to project/constrain.

Definition at line 526 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projAxisSpace

char bShrinkwrapConstraint::projAxisSpace

Space to project axis in.

Definition at line 528 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().

◆ projLimit

float bShrinkwrapConstraint::projLimit

Distance to search.

Definition at line 530 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 532 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 524 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 520 of file DNA_constraint_types.h.

◆ trackAxis

char bShrinkwrapConstraint::trackAxis

Axis to align to normal.

Definition at line 536 of file DNA_constraint_types.h.

Referenced by shrinkwrap_get_tarmat().


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