|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.HMBoundingBoxComm
public class HMBoundingBoxComm
Title: HMBoundingBoxComm
Description: Does the actual communication with HM to calculate the bounding box
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HMBoundingBoxComm(HWMCommMgr hwmCommMgr)
Constructor |
Method Summary | |
---|---|
java.util.Vector |
CalculateBoundingBox(java.lang.String strSessionName)
This will perform the bounding box calculation, using a TCL proc passed with the CreateFunction command. |
java.lang.String |
GetTCLCodeForGetBBox()
Creates TCL code for creating bounding box from given nodes |
java.lang.String |
GetTCLCodeForGetBBoxFromNodes()
Creates TCL code for creating bounding box from given nodes |
java.lang.String |
GetTCLCodeForGetElems()
Creates TCL code for getting the elements from the model |
java.lang.String |
GetTCLCodeForGetNodesFromElemList()
Creates TCL code for Parsing elements |
java.lang.String |
GetTCLCodeForParseElems()
Creates TCL code for Parsing elements |
java.lang.String |
GetTCLCodeForTesselate()
Creates TCL code for Tesselating elements |
java.lang.String |
GetTCLCodeForUnTesselate()
Creates TCL code for UnTesselating elements |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMBoundingBoxComm(HWMCommMgr hwmCommMgr)
hwmCommMgr
- The communication manager wqhich facilitates the
communication with HMMethod Detail |
---|
public java.lang.String GetTCLCodeForGetElems()
public java.lang.String GetTCLCodeForTesselate()
public java.lang.String GetTCLCodeForUnTesselate()
public java.lang.String GetTCLCodeForParseElems()
public java.lang.String GetTCLCodeForGetNodesFromElemList()
public java.lang.String GetTCLCodeForGetBBoxFromNodes()
public java.lang.String GetTCLCodeForGetBBox()
public java.util.Vector CalculateBoundingBox(java.lang.String strSessionName) throws java.lang.Exception
strSessionName
-
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 |