IDirectContext3DServer Interface

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.0.0.0 (25.0.0.0)
Syntax
public interface IDirectContext3DServer : IExternalServer

The IDirectContext3DServer type exposes the following members.

Methods
 NameDescription
Public methodCanExecute Can be used to allow the server to execute only in certain views.
Public methodGetApplicationId Reports this server's application ID.
Public methodGetBoundingBox Reports a bounding box of the geometry that this server submits for drawing.
Public methodGetDescription Implement this method to return a description of the server.
(Inherited from IExternalServer)
Public methodGetName Implement this method to return the name of the server.
(Inherited from IExternalServer)
Public methodGetServerId Implement this method to return the id of the server.
(Inherited from IExternalServer)
Public methodGetServiceId Implement this method to return the id of the service.
(Inherited from IExternalServer)
Public methodGetSourceId Reports this server's source ID.
Public methodGetVendorId Implement this method to return the id of the vendor of the server.
(Inherited from IExternalServer)
Public methodRenderScene Performs rendering of the scene that the server creates.
Public methodUseInTransparentPass Indicates whether this server will submit geometry during the rendering pass for transparent geometry.
Public methodUsesHandles Tests whether this server uses DirectContext3D handle elements.
Top
See Also