C# Class Canguro.Commands.View.PredefinedXYZ

View Command to set a predefined view perpendicular to an arbitrary plane (3D view)
Inheritance: Canguro.Commands.ViewCommand
Show file Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance PredefinedXYZ

Public Methods

Method Description
Run ( Canguro activeView ) : void

Executes the Non-Interactive Command. Sets the RotationMatrix for the View with a Default 3D View and Executes ZoomAll.

Private Methods

Method Description
PredefinedXYZ ( ) : System

Method Details

Run() public method

Executes the Non-Interactive Command. Sets the RotationMatrix for the View with a Default 3D View and Executes ZoomAll.
public Run ( Canguro activeView ) : void
activeView Canguro The Current Active View object
return void

Property Details

Instance public static property

public static PredefinedXYZ,Canguro.Commands.View Instance
return PredefinedXYZ