Click or drag to resize

IMeshSetRendererAspect Methods

The IMeshSetRendererAspect type exposes the following members.

Methods
 NameDescription
Public methodAdd(MeshReference, MeshMaterial, Matrix) 
Public methodAdd(Document, IMesh, MeshMaterial, Matrix) 
Public methodAdd(Guid, MeshReference, MeshMaterial, Matrix) 
Public methodAdd(Document, Guid, IMesh, MeshMaterial, Matrix) 
Public methodAddT(MeshMaterial, Matrix) 
Public methodAddT(Guid, MeshMaterial, Matrix) 
Public methodCanRender(IDisplay) Determines whether the aspect can be rendered
(Inherited from IRendererAspect)
Public methodCanRender(IDisplaySettings) Check if the aspect can render given the IDisplaySettings.
(Inherited from IRendererAspect)
Public methodClear 
Public methodGet 
Public methodGetRenderablesT Get all IRenderable objects of the desired type, contained by this aspect.
(Inherited from IRendererAspect)
Public methodNotifyMeshAnimationChanged Notify the aspect that the mesh animation has changed.
(Inherited from IRendererAspect)
Public methodNotifyRenderableRequest Invokes RenderableRequest.
(Inherited from IRendererAspect)
Public methodNotifyShouldRenderInvalidated Notify that the aspect needs to re-evaluate if it should render.
(Inherited from IRendererAspect)
Public methodPick A check to see a ray intersects with this aspect.
(Inherited from IRendererAspect)
Public methodPickFromWorldFrustum A check to see if the desired frustum intersects with this aspect.
(Inherited from IRendererAspect)
Public methodPreRender Preamble to the aspect rendering giving the aspect a chance to change settings.
(Inherited from IRendererAspect)
Public methodRemove 
Public methodRender Render the aspect.
(Inherited from IRendererAspect)
Public methodRenderShadow Render the shadow of the aspect.
(Inherited from IRendererAspect)
Public methodReplace(Guid, MeshReference, MeshMaterial, Matrix) 
Public methodReplace(Document, Guid, IMesh, MeshMaterial, Matrix) 
Top
See Also