User Tools

Site Tools


DzWeld

Represents a welding operation between bone geometries.

More...

Inherits :

Constructors

DAZ Script
DzWeld ()
DzWeld ( DzBone weldBone, DzBone targetBone )

Methods

DAZ Script
DzBonegetTargetBone ()
DzBonegetWeldBone ()
voidsetTargetBone ( DzBone targetBone )
voidsetWeldBone ( DzBone weldBone )

Signals

Detailed Description

TODO: Add detailed description.

Constructors


DzWeld()

Creates a new weld operation.


DzWeld( DzBone weldBone, DzBone targetBone )

Creates a new weld operation that welds the given bones.

Methods


DzBone : getTargetBone()

Return Value:

  • The bone whose geometry is not modified by the weld operation.

DzBone : getWeldBone()

Return Value:

  • The bone whose geometry is modified by the weld operation.

void : setTargetBone( DzBone targetBone )

Sets the bone that will be welded to - the welding operation will not modify this bone's geometry, only the normals on the border.


void : setWeldBone( DzBone weldBone )

Sets the bone that will be welded - the welding operation will move boundary points in this bone's geometry, and recalculate the affected normals.

Signals


void : targetBoneChanged()

Signature:“targetBoneChanged()”

Emitted when the target bone has changed.


void : weldBoneChanged()

Signature:“weldBoneChanged()”

Emitted when the weld bone has changed.