|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.beans.hm.HMCreatePointComm
public class HMCreatePointComm
Title: HMCreatePointComm
Description: A "Helper" class for the CreatePoint bean, the HMCreatePointComm class takes care of all the communications between the Java application and HyperMesh itself.
Company: Altair Engineering
Constructor Summary | |
---|---|
HMCreatePointComm(HWMCommMgr hwmCommMgr)
Constructor. |
Method Summary | |
---|---|
void |
CreateNode(java.lang.String szSessionName,
float fX,
float fY,
float fZ,
int nSystemID)
Actually creates the HM node |
void |
CreatePoint(java.lang.String szSessionName,
float fX,
float fY,
float fZ,
int nSystemID)
Actually creates the HM point |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HMCreatePointComm(HWMCommMgr hwmCommMgr)
hwmCommMgr
- The communication manager wqhich facilitates the
communication with HMMethod Detail |
---|
public void CreatePoint(java.lang.String szSessionName, float fX, float fY, float fZ, int nSystemID) throws java.lang.Exception
szSessionName
- -- Session name to use for communicating with HMfX
- -- The X coordinate of the point to createfY
- -- The Y coordinate of the point to createfZ
- -- The Z coordinate of the point to createnSystemID
- -- The ID of the system that positions the point in
space
java.lang.Exception
public void CreateNode(java.lang.String szSessionName, float fX, float fY, float fZ, int nSystemID) throws java.lang.Exception
szSessionName
- -- Session name to use for communicating with HMfX
- -- The X coordinate of the point to createfY
- -- The Y coordinate of the point to createfZ
- -- The Z coordinate of the point to createnSystemID
- -- The ID of the system that positions the point in
space
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |