Click or drag to resize
AB4D logo

TransparencyHelperGetTransparentObjectsCount Method

Returns count of transparent objects (objects where material's opacity < 1) inside Model3DGroup.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static int GetTransparentObjectsCount(
	Model3DGroup rootModelGroup
)

Parameters

rootModelGroup  Model3DGroup
Model3DGroup

Return Value

Int32
count of transparent objects
See Also