User Tools

Site Tools


DzDFormZone

The zone component of dForm deformers.

More...

Inherits :

Enumerations

Constructors

DAZ Script
DzDFormZone ()

Methods

Signals

Detailed Description

The zone is one component of a dForm deformer. The others are the DzDForm, DzDFormBase and DzDFormModifier.

The zone is an independent DzNode derived object that is used to set the area of influence of the dForm's effect.

It is spherical in shape but can be scaled into any form of ellipsoid.

The zone has an effect falloff zone based on a naturalspline_dz object. The falloff is the same along the x,y and z axis.

The zone has draws itself as a wireframe sphere. The base size of this sphere is controlled by the DzFloatProperty “Radius”. This sphere can be made transparent and is controlled by the DzFloatProperty “Opacity”. The zone is drawn with the maximum gradient color of the dForm.

Enumerations


: DrawStyle

TODO: Add description.

  • AxisOnly - TODO: Add description.
  • Wireframe - TODO: Add description.
  • Solid - TODO: Add description.

—–

: InfluenceMode

TODO: Add description.

  • Sphere - TODO: Add description.
  • WeightMap - TODO: Add description.

Constructors


DzDFormZone()

Default Constructor.

Methods


DzDForm : getDForm()

Return Value:

  • The dForm for this zone.

InfluenceMode : getInfluenceMode()

Return Value:

  • The influence mode of this deformer.

Since:

  • 4.6.2.34

DzEnumProperty : getInfluenceModeControl()

Return Value:

  • The property that controls the influence mode for this dFormer.

Since:

  • 4.6.2.34

DzFloatProperty : getOpacityControl()

Return Value:

  • The property that controls the opacity for this zone.

naturalspline_dz : getSpline()

Return Value:

  • The spline used to compute the falloff for this zone.

Signals


void : influenceModeChanged()

Signature:“influenceModeChanged()”

Emitted when the influence mode for this dForm zone has changed.