C# Class Canguro.Commands.View.ZoomAll

Class for doing Zoom All over the active view
Inheritance: ViewCommand
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Свойство Type Description
Instance ZoomAll

Méthodes publiques

Méthode Description
Run ( Canguro activeView ) : void

Executuion method for this command

Private Methods

Méthode Description
ZoomAll ( ) : System

Class constructor

findMaxPoints ( System.Vector3 min, System.Vector3 max, Canguro activeView ) : System.Vector2[]

From min and max coords of the BB, project them according to the active view, for determining zooming scale

Method Details

Run() public méthode

Executuion method for this command
public Run ( Canguro activeView ) : void
activeView Canguro The view to zoom
Résultat void

Property Details

Instance public_oe static_oe property

Make a singleton for this command
public static ZoomAll,Canguro.Commands.View Instance
Résultat ZoomAll