com.sculley.jim.swjava
Class DomeFeatureData

java.lang.Object
  |
  +--com.sculley.jim.swjava.peer.CppPeer
        |
        +--com.sculley.jim.swjava.DomeFeatureData

public class DomeFeatureData
extends CppPeer

Insert the type's description here. Creation date: (2/27/00 8:20:27 PM)


Constructor Summary
DomeFeatureData(long ptr)
          DomeFeatureData constructor comment.
 
Method Summary
 boolean accessSelections(ModelDoc topLevel, Component c)
          Insert the method's description here.
 Face getFace()
          Insert the method's description here.
 double getHeight()
          Insert the method's description here.
 boolean isConcave()
          Insert the method's description here.
 boolean isElliptical()
          Insert the method's description here.
 void releaseSelectionAccess()
          Insert the method's description here.
 boolean setConcave(boolean isConcave)
          Insert the method's description here.
 boolean setElliptical(boolean isElliptical)
          Insert the method's description here.
 boolean setFace(Face newFace)
          Insert the method's description here.
 boolean setHeight(double newHeight)
          Insert the method's description here.
 
Methods inherited from class com.sculley.jim.swjava.peer.CppPeer
getPtr
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomeFeatureData

public DomeFeatureData(long ptr)
                throws java.lang.IllegalArgumentException
DomeFeatureData constructor comment.
Parameters:
ptr - long
Throws:
java.lang.IllegalArgumentException - The exception description.
Method Detail

accessSelections

public boolean accessSelections(ModelDoc topLevel,
                                Component c)
Insert the method's description here. Creation date: (3/4/00 5:24:10 PM)
Parameters:
topLevel - com.sculley.jim.swjava.ModelDoc
c - com.sculley.jim.swjava.Component
Returns:
boolean

getFace

public Face getFace()
Insert the method's description here. Creation date: (3/4/00 5:30:47 PM)
Returns:
com.sculley.jim.swjava.Face

getHeight

public double getHeight()
Insert the method's description here. Creation date: (3/4/00 5:33:43 PM)
Returns:
double

isConcave

public boolean isConcave()
Insert the method's description here. Creation date: (3/4/00 5:35:47 PM)
Returns:
boolean

isElliptical

public boolean isElliptical()
Insert the method's description here. Creation date: (3/4/00 5:28:51 PM)
Returns:
boolean

releaseSelectionAccess

public void releaseSelectionAccess()
Insert the method's description here. Creation date: (3/4/00 5:27:14 PM)

setConcave

public boolean setConcave(boolean isConcave)
Insert the method's description here. Creation date: (3/4/00 5:36:36 PM)
Parameters:
isConcave - boolean
Returns:
boolean

setElliptical

public boolean setElliptical(boolean isElliptical)
Insert the method's description here. Creation date: (3/4/00 5:29:06 PM)
Parameters:
isElliptical - boolean
Returns:
boolean

setFace

public boolean setFace(Face newFace)
Insert the method's description here. Creation date: (3/4/00 5:31:47 PM)
Parameters:
newFace - com.sculley.jim.swjava.Face
Returns:
boolean

setHeight

public boolean setHeight(double newHeight)
Insert the method's description here. Creation date: (3/4/00 5:34:35 PM)
Parameters:
newHeight - double
Returns:
boolean