Revit 2025.3 API
IDirect |
The interface to be implemented by a server of the DirectContext3D external service.
Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The IDirectContext3DServer type exposes the following members.

Name | Description | |
---|---|---|
![]() | CanExecute | Can be used to allow the server to execute only in certain views. |
![]() | GetApplicationId | Reports this server's application ID. |
![]() | GetBoundingBox | Reports a bounding box of the geometry that this server submits for drawing. |
![]() | GetDescription |
Implement this method to return a description of the server.
(Inherited from IExternalServer) |
![]() | GetName |
Implement this method to return the name of the server.
(Inherited from IExternalServer) |
![]() | GetServerId |
Implement this method to return the id of the server.
(Inherited from IExternalServer) |
![]() | GetServiceId |
Implement this method to return the id of the service.
(Inherited from IExternalServer) |
![]() | GetSourceId | Reports this server's source ID. |
![]() | GetVendorId |
Implement this method to return the id of the vendor of the server.
(Inherited from IExternalServer) |
![]() | RenderScene | Performs rendering of the scene that the server creates. |
![]() | UseInTransparentPass | Indicates whether this server will submit geometry during the rendering pass for transparent geometry. |
![]() | UsesHandles | Tests whether this server uses DirectContext3D handle elements. |
See Also