Click or drag to resize
AB4D logo

TransparentModelVisual3D Properties

The TransparentModelVisual3D type exposes the following members.

Properties
 NameDescription
Public propertyAllChildrenCount Gets count of all children (transparent + non-transparent).
(Overrides BaseTransparentObjectGroup3DAllChildrenCount)
Public propertyIsFullRearrangeNeeded Gets or sets a boolean the indicates if Children need to be fully rearranged.
(Overrides BaseTransparentObjectGroup3DIsFullRearrangeNeeded)
Public propertyModelVisual3D Gets a transparent ModelVisual3D that is associated with this TransparentModelVisual3D.
Public propertyNonTransparentChildrenCount Gets count of all non-transparent children.
(Overrides BaseTransparentObjectGroup3DNonTransparentChildrenCount)
Public propertyTransparentChildrenCount Gets count of all transparent children.
(Overrides BaseTransparentObjectGroup3DTransparentChildrenCount)
Public propertyTransparentModelGroup3D Gets a TransparentModelGroup3D that is associated with this TransparentModelVisual3D.
Top
See Also