Property | Type | Description | |
---|---|---|---|
graphicView | Canguro.View.GraphicView |
Method | Description | |
---|---|---|
MouseMove ( Point pt ) : void | ||
Paint ( Device device ) : void | ||
Reset ( Canguro gv ) : void |
This method is called by the Controller to set up the Tracking service at the initial state and with the correct parameters
|
|
SetPoint ( Point pt ) : void |
Este método lo llama CommandServices ya que depende de la selección de algún Item o algún Vertex3D
|
|
SetPoint ( System.Vector3 vecInternational ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
reset ( ) : void |
public abstract MouseMove ( Point pt ) : void | ||
pt | Point | |
return | void |
public abstract Paint ( Device device ) : void | ||
device | Device | |
return | void |
public Reset ( Canguro gv ) : void | ||
gv | Canguro | The ActiveView as known by the GraphicViewManager |
return | void |
public SetPoint ( System.Vector3 vecInternational ) : void | ||
vecInternational | System.Vector3 | |
return | void |