Click or drag to resize
AB4D logo

TransparentModelVisual3D Methods

The TransparentModelVisual3D type exposes the following members.

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