|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.HMScaleComm
public class HMScaleComm
Title: HMScaleComm
Description: This class provides the actual communication with HyperMesh to scale a model. This can be used by beans that needs the functionality of HMScale bean but not its UI.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HMScaleComm(HWMCommMgr hwmCommMgr)
Constructor. |
Method Summary | |
---|---|
void |
Scale(java.lang.String strSessionName,
float fScaleFactor)
Scales a model in HM |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMScaleComm(HWMCommMgr hwmCommMgr)
hwmCommMgr
- The communication manager wqhich facilitates the
communication with HMMethod Detail |
---|
public void Scale(java.lang.String strSessionName, float fScaleFactor) throws java.lang.Exception
strSessionName
- Session name to use for communication with HMfScaleFactor
- The scale factor to use
java.lang.Exception
- thrown if the command fails. "getMessage" will give
the description of the error that occured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |