C# Class Canguro.Commands.View.PredefinedXY

View Command to set a predefined view perpendicular to the XY plane (Top view)
Inheritance: Canguro.Commands.ViewCommand
Datei anzeigen Open project: rforsbach/Treu-Structure

Public Properties

Property Type Description
Instance PredefinedXY

Public Methods

Method Description
Run ( Canguro activeView ) : void

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

Private Methods

Method Description
PredefinedXY ( ) : System

Method Details

Run() public method

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

Property Details

Instance public_oe static_oe property

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