User Tools

Site Tools


DzConditionalGraftModifier

A modifier that conditionally “grafts” (integrates) the geometry of one figure to the geometry of another.

More...

Inherits :

Constructors

Methods

Signals

Detailed Description

A specialization of DzModifier that provides an ability to conditionally “graft” (integrate) the geometry of a figure (i.e., a “follower” - a figure with the modifier), to the geometry of the figure it is following (i.e., a “follow target”). In horticultural terms, a “follower” serves the role of “scion” and a “follow target” serves the role of “stock.”

This modifier also supports “culling” (hiding) facets in the geometry of a figure with the modifier, and separately in the geometry of the follow target, applied when the figure with the modifier is following another figure.

Since:

  • 4.9.2.1

Constructors


DzConditionalGraftModifier()

Default Constructor. Creates a new conditional graft modifier.

Methods


Number : getTargetVertexCount()

Return Value:

  • The vertex count of the geometry that this modifier applies to.

Since:

  • 4.9.3.137

DzBoolProperty : getValueControl()

Return Value:

  • The property that enables/disables this graft modifier.

See Also:

Since:

  • 4.9.3.137

void : setTargetVertexCount( Number vertCount )

Set the vertex count for this modifier.

Parameter(s):

  • vertCount - The total number of vertices in the mesh that this modifier applies to.

Since:

  • 4.9.3.137

Signals