User Tools

Site Tools


DzGraftingFigureShape

DzShape subclass for grafting polygonal mesh geometry.

More...

Inherits :

Constructors

DAZ Script
DzGraftingFigureShape ()

Methods

Detailed Description

Constructors


DzGraftingFigureShape()

Default Constructor.

Methods


Array : getOrignalToWeldMeshList()

Return Value:

  • A list of facet indices, where the index of the facet in the original mesh is used to lookup the corresponding facet in the welded mesh (if any). A value of less than 0 indicates that the facet was removed as a result of grafting.

Since:

  • 4.11.0.68

Number : getOrignalToWeldMeshMapSize()

Return Value:

  • The number of entries in the orignal to weld mesh list.

Array : getWeldMeshToOrginalList()

Return Value:

  • A list of facet indices, where the index of the facet in the welded mesh is used to lookup the corresponding facet in the orignal mesh.

Since:

  • 4.11.0.68

Number : getWeldMeshToOrginalMapSize()

Return Value:

  • The number of entries in the weld to orignal mesh list.

Boolean : hasWeldedFollowers()

Return Value:

  • true if the topology of this shape has changed as a result of grafting; e.g., facets have been added/removed.

void : updateBuilder()

Forces a refresh of the grafting geometry cache.