Click or drag to resize
AB4D logo

TransparentModelUIElement3D Class

TransparentModelUIElement3D class contains information about transparent ModelUIElement3D.
Inheritance Hierarchy
SystemObject
  Ab3d.Common.UtilitiesBaseTransparentObject3D
    Ab3d.Common.UtilitiesTransparentModelUIElement3D

Namespace: Ab3d.Common.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class TransparentModelUIElement3D : BaseTransparentObject3D

The TransparentModelUIElement3D type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyModel Gets a transparent Model3D that is associated with this TransparentModelUIElement3D.
Public propertyModelUIElement3D Gets a transparent ModelUIElement3D that is associated with this TransparentModelUIElement3D.
Top
Methods
 NameDescription
Public methodGetBounds Returns bounds as Rect3D of this transparent object.
(Overrides BaseTransparentObject3DGetBounds)
Top
See Also