Click or drag to resize
AB4D logo

TransparentVisual3DCollection Methods

The TransparentVisual3DCollection type exposes the following members.

Methods
 NameDescription
Public methodAddObject Add a transparentObject3D to the children.
(Overrides BaseTransparentObjectGroup3D.AddObject(BaseTransparentObject3D))
Public methodGetBounds Returns bounds as Rect3D of this transparent object.
(Overrides BaseTransparentObject3D.GetBounds())
Public methodRemoveObject Removes a transparentObject3D from the children.
(Overrides BaseTransparentObjectGroup3D.RemoveObject(BaseTransparentObject3D))
Public methodSetAsTransparent When SetAsTransparent is called, the modelVisual3D will be considered as transparent without any check of the material
(Overrides BaseTransparentObjectGroup3D.SetAsTransparent())
Public methodSetObjectToIndex Changes index of the transparent object.
(Overrides BaseTransparentObjectGroup3D.SetObjectToIndex(BaseTransparentObject3D, Int32))
Top
See Also