2021 Class
Changes 2
C

DirectContext3DHandleSettings

Description:
Overriding settings applied to DirectContext3DHandles through the Visibility dialog.
Remarks:

DirectContext3D graphics can be displayed with or without an associated DirectContext3D handle element. For DirectContext3D graphics that utilize the handle element, the visibility and appearance of the graphics can be adjusted through the Visibility/Graphics dialog.

Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DirectContext3D.DirectContext3DHandleSettings
public class DirectContext3DHandleSettings : IDisposable
Name Return Type Description
C DirectContext3DHandleSettings() None Constructs an instance of settings with default values.
C DirectContext3DHandleSettings(Boolean, Int32) None Constructs an instance of settings with provided values.
C DirectContext3DHandleSettings(DirectContext3DHandleSettings) None Constructs a copy of source object.
Name Return Type Description
M Assign(DirectContext3DHandleSettings) None Assigns values of the source settings to this object.
M Dispose() None Releases all resources used by the
M GetTransparency() int Gets the transparency value of the handle and the associated DirectContext3D graphics.
M IsEqual(DirectContext3DHandleSettings) bool Check if the contents of two instances of settings are equal.
M SetTransparency(Int32) None Sets the transparency value of the handle and the associated DirectContext3D graphics.
Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P Visibility bool Visibility of the handle and the associated DirectContext3D graphics. A value of true means that the graphics are visible.