com.altair.hwm.beans.hm
Class HMCreatePointComm

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

public class HMCreatePointComm
extends java.lang.Object

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

HMCreatePointComm

public HMCreatePointComm(HWMCommMgr hwmCommMgr)
Constructor.

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

CreatePoint

public void CreatePoint(java.lang.String szSessionName,
                        float fX,
                        float fY,
                        float fZ,
                        int nSystemID)
                 throws java.lang.Exception
Actually creates the HM point

Parameters:
szSessionName - -- Session name to use for communicating with HM
fX - -- The X coordinate of the point to create
fY - -- The Y coordinate of the point to create
fZ - -- The Z coordinate of the point to create
nSystemID - -- The ID of the system that positions the point in space
Throws:
java.lang.Exception

CreateNode

public void CreateNode(java.lang.String szSessionName,
                       float fX,
                       float fY,
                       float fZ,
                       int nSystemID)
                throws java.lang.Exception
Actually creates the HM node

Parameters:
szSessionName - -- Session name to use for communicating with HM
fX - -- The X coordinate of the point to create
fY - -- The Y coordinate of the point to create
fZ - -- The Z coordinate of the point to create
nSystemID - -- The ID of the system that positions the point in space
Throws:
java.lang.Exception