ModelVisualizer Methods | 
The ModelVisualizer type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear | 
            Removes all primitives and evaluators and prepares the visualizer to be re-used by a future call to CreateEvaluators(IEnumerableIServiceProvider, EvaluatorGroup)  (Overrides ServiceProviderVisualizerClear.) | |
| CreateEvaluators | 
            Called by ServiceProviderDisplay to instruct the visualizer to create an EvaluatorT
            objects needed for visualization.
              (Overrides ServiceProviderVisualizerCreateEvaluators(IEnumerableIServiceProvider, EvaluatorGroup).) | |
| Dispose | 
        Releases any resources associated with this instance.
        (Inherited from ServiceProviderVisualizer.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| InitialUpdate | 
            Called by the ServiceProviderDisplay after all evaluators have been created to instruct
            the visualizer to finish any remaining initialization and draw its static graphics.
              (Overrides ServiceProviderVisualizerInitialUpdate.) | |
| Pick | 
            Returns a list of IServiceProvider instances that were contained in the
            provided PickResult  (Overrides ServiceProviderVisualizerPick(PickResult).) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| Update | 
            Updates any dynamic graphics to the provided time.
              (Overrides ServiceProviderVisualizerUpdate(JulianDate).) | |
| UpdateReferences | 
            Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
              (Overrides ServiceProviderVisualizerUpdateReferences(EvaluatorGroup).) |