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