com.altair.hwm.beans.hm
Class HMViewComm

java.lang.Object
  extended by com.altair.hwm.beans.hm.HMViewComm

public class HMViewComm
extends java.lang.Object

Title: HMViewComm

Description: This class provides the actual communication with HyperMesh to change the view of the model. This can be used by beans that needs the functionality of HMView bean but not its UI.

Company: Altair Engineering, Inc.


Constructor Summary
HMViewComm(HWMCommMgr hwmCommMgr)
          Constructor.
 
Method Summary
 void ShowBottomView(java.lang.String strSessionName)
          Shows the bottom view of a model
 void ShowClockwiseView(java.lang.String strSessionName)
          Shows the clockwise view of a model
 void ShowCounterClockwiseView(java.lang.String strSessionName)
          Shows the counter clockwise view of a model
 void ShowFrontView(java.lang.String strSessionName)
          Shows the front view of a model
 void ShowISO1View(java.lang.String strSessionName)
          Shows the ISO1 view of a model
 void ShowLeftView(java.lang.String strSessionName)
          Shows the left view of a model
 void ShowRearView(java.lang.String strSessionName)
          Shows the rear view of a model
 void ShowReverseView(java.lang.String strSessionName)
          Shows the reverse view of a model
 void ShowRightView(java.lang.String strSessionName)
          Shows the rightside view of a model
 void ShowTopView(java.lang.String strSessionName)
          Shows the top view of a model
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HMViewComm

public HMViewComm(HWMCommMgr hwmCommMgr)
Constructor.

Parameters:
hwmCommMgr - The communication manager wqhich facilitates the communication with HM
Method Detail

ShowLeftView

public void ShowLeftView(java.lang.String strSessionName)
                  throws java.lang.Exception
Shows the left view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowTopView

public void ShowTopView(java.lang.String strSessionName)
                 throws java.lang.Exception
Shows the top view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowRearView

public void ShowRearView(java.lang.String strSessionName)
                  throws java.lang.Exception
Shows the rear view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowISO1View

public void ShowISO1View(java.lang.String strSessionName)
                  throws java.lang.Exception
Shows the ISO1 view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowClockwiseView

public void ShowClockwiseView(java.lang.String strSessionName)
                       throws java.lang.Exception
Shows the clockwise view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowRightView

public void ShowRightView(java.lang.String strSessionName)
                   throws java.lang.Exception
Shows the rightside view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowBottomView

public void ShowBottomView(java.lang.String strSessionName)
                    throws java.lang.Exception
Shows the bottom view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowFrontView

public void ShowFrontView(java.lang.String strSessionName)
                   throws java.lang.Exception
Shows the front view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowReverseView

public void ShowReverseView(java.lang.String strSessionName)
                     throws java.lang.Exception
Shows the reverse view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured

ShowCounterClockwiseView

public void ShowCounterClockwiseView(java.lang.String strSessionName)
                              throws java.lang.Exception
Shows the counter clockwise view of a model

Parameters:
strSessionName - Session name to use for communicating with HM
Throws:
java.lang.Exception - thrown if the command fails. "getMessage" will give the description of the error that occured