User Tools

Site Tools


DzGeometryShellNode

A node for creating a single (heavy) clone of another node in the scene.

More...

Inherits :

Constructors

DAZ Script
DzGeometryShellNode ()

Methods

Detailed Description

A geometry shell is used to create a single (heavy) clone of a DzNode (subclass) in the scene that has a DzObject. This clone contains a deep copy of the world space geometry of the target node with its own unique materials.

See Also:

Constructors


DzGeometryShellNode()

Default Constructor. Creates a geometry shell with a DzObject, a DzGeometryShellShape and a DzPushModifier.

Attention:

  • This is the preferred way to create a geometry shell node.

Methods


DzBoolProperty : findFacetGroupVisibilityControl( DzFaceGroup group )

Parameter(s):

  • group - The face group to get the visibility control for.

Return Value:

  • The property (if any) that controls the visibility of facets in the face group specified, otherwise null.

See Also:

Since:

  • 4.16.1.37

DzBoolProperty : findFacetGroupVisibilityControl( String name )

Parameter(s):

  • name - The name of the face group to get the visibility control for.

Return Value:

  • The property (if any) that controls the visibility of facets in the face group named name, otherwise null.

See Also:

Since:

  • 4.16.1.37

DzBoolProperty : findMaterialGroupVisibilityControl( String name )

Parameter(s):

  • material - The material to get the visibility control for.

Return Value:

  • The property (if any) that controls the visibility of facets in the material specified, otherwise null.

Since:

  • 4.16.1.37

Parameter(s):

  • name - The name of the material to get the visibility control for.

Return Value:

  • The property (if any) that controls the visibility of facets in the material named name, otherwise null.

See Also:

Since:

  • 4.16.1.37

DzBoolProperty : findMaterialGroupVisibilityControl( DzMaterial material )

TODO: Add description.


DzNodeProperty : getShellNodeControl()

Return Value:

  • The property that controls selection of the node that this node is a shell of.

DzNode : getTarget()

Return Value:

  • The node being targeted by this node (if any), otherwise NULL.

Since:

  • 4.15.0.20