|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.sculley.jim.swjava.peer.CppPeer
|
+--com.sculley.jim.swjava.ModelDoc
|
+--com.sculley.jim.swjava.AssemblyDoc
| Constructor Summary | |
AssemblyDoc(long ptr)
AssemblyDoc constructor comment. |
|
| Method Summary | |
Component |
addComponent(java.lang.String fileName,
SWPoint location)
Insert the method's description here. |
boolean |
addMate(long mateType,
long alignmentType,
boolean isFlipped,
double distance,
double angle)
Insert the method's description here. |
boolean |
addToFeatureScope(java.lang.String componentName)
Insert the method's description here. |
boolean |
autoExplode()
Insert the method's description here. |
void |
checkInterference()
Insert the method's description here. |
void |
createDerivedPart()
Insert the method's description here. |
boolean |
createExtrusionFeature()
Insert the method's description here. |
void |
editAssembly()
Insert the method's description here. |
void |
editExplodeParameters()
Insert the method's description here. |
void |
editMate(long mateType,
long alignmentType,
boolean isFlipped,
double distance,
double angle)
Insert the method's description here. |
void |
editPart()
Insert the method's description here. |
void |
editPartOrAssemblyToggle()
Insert the method's description here. |
void |
editRebuild()
Insert the method's description here. |
void |
editRebuild(long ptr)
Insert the method's description here. |
void |
fixSelectedComponent()
Insert the method's description here. |
void |
floatSelectedComponent()
Insert the method's description here. |
void |
forceRebuild(boolean topLevelOnly)
Insert the method's description here. |
ModelDoc |
getEditTarget()
Insert the method's description here. |
Feature |
getFeatureByName(java.lang.String name)
Insert the method's description here. |
long |
getLightWeightComponentCount()
Insert the method's description here. |
void |
hideSelectedComponent()
Insert the method's description here. |
void |
insertCavity(double scaleFactor,
long scaleType,
long indexOfPieceToKeep)
Insert the method's description here. |
boolean |
insertDerivedPattern()
Insert the method's description here. |
void |
insertNewPart()
Insert the method's description here. |
void |
insertWeld(java.lang.String type,
java.lang.String shape,
double topDelta,
double bottomDelta,
double radius,
java.lang.String weldFileName)
Insert the method's description here. |
boolean |
isComponentTreeValid()
Insert the method's description here. |
void |
joinSelectedComponents()
Insert the method's description here. |
void |
openSelectedComponentFile()
Insert the method's description here. |
boolean |
reloadComponent(Component component,
boolean loadAsReadOnly,
long options)
Insert the method's description here. |
boolean |
removeFromFeatureScope(java.lang.String componentName)
Insert the method's description here. |
void |
resolveLightweight(boolean warnUser)
Insert the method's description here. |
void |
rotateComponent()
Insert the method's description here. |
void |
rotateComponentAboutAxis()
Insert the method's description here. |
boolean |
setDroppedFileConfigName(java.lang.String name)
Insert the method's description here. |
boolean |
setExploded(boolean exploded)
Insert the method's description here. |
boolean |
setSelectedComponentConfigProperties(long suppressionState,
boolean showComponent,
boolean showFeatureDetail)
Insert the method's description here. |
void |
showSelectedComponent()
Insert the method's description here. |
void |
translateComponent()
Insert the method's description here. |
void |
updateBoundingBox()
Insert the method's description here. |
void |
updateFeatureScope()
Insert the method's description here. |
void |
viewDependencies()
Insert the method's description here. |
void |
viewFeatures()
Insert the method's description here. |
| Methods inherited from class com.sculley.jim.swjava.ModelDoc |
getLengthUnit,
setLengthUnit |
| 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 |
public AssemblyDoc(long ptr)
ptr - long| Method Detail |
public Component addComponent(java.lang.String fileName,
SWPoint location)
fileName - java.lang.Stringlocation - com.sculley.jim.swjava.SWPoint
public boolean addMate(long mateType,
long alignmentType,
boolean isFlipped,
double distance,
double angle)
mateType - longalignType - longisFlipped - booleandistance - doubleangle - doublepublic boolean addToFeatureScope(java.lang.String componentName)
componentName - java.lang.Stringpublic boolean autoExplode()
public void checkInterference()
public void createDerivedPart()
public boolean createExtrusionFeature()
public void editAssembly()
public void editExplodeParameters()
public void editMate(long mateType,
long alignmentType,
boolean isFlipped,
double distance,
double angle)
mateType - longalignType - longisFlipped - booleandistance - doubleangle - doublepublic void editPart()
public void editPartOrAssemblyToggle()
public void editRebuild()
public void editRebuild(long ptr)
public void fixSelectedComponent()
public void floatSelectedComponent()
public void forceRebuild(boolean topLevelOnly)
topLevelOnly - booleanpublic ModelDoc getEditTarget()
public Feature getFeatureByName(java.lang.String name)
name - java.lang.Stringpublic long getLightWeightComponentCount()
public void hideSelectedComponent()
public void insertCavity(double scaleFactor,
long scaleType,
long indexOfPieceToKeep)
scaleFactor - doublescaleType - longindexOfPieceToKeep - longpublic boolean insertDerivedPattern()
public void insertNewPart()
public void insertWeld(java.lang.String type,
java.lang.String shape,
double topDelta,
double bottomDelta,
double radius,
java.lang.String weldFileName)
type - java.lang.Stringshape - java.lang.StringtopDelta - doublebottomDelta - doubleradius - doubleweldFileName - java.lang.Stringpublic boolean isComponentTreeValid()
public void joinSelectedComponents()
public void openSelectedComponentFile()
public boolean reloadComponent(Component component,
boolean loadAsReadOnly,
long options)
throws ComponentReloadException
component - com.sculley.jim.swjava.ComponentloadAsReadOnly - booleanoptions - longpublic boolean removeFromFeatureScope(java.lang.String componentName)
componentName - java.lang.Stringpublic void resolveLightweight(boolean warnUser)
warnUser - booleanpublic void rotateComponent()
public void rotateComponentAboutAxis()
public boolean setDroppedFileConfigName(java.lang.String name)
name - java.lang.Stringpublic boolean setExploded(boolean exploded)
exploded - boolean
public boolean setSelectedComponentConfigProperties(long suppressionState,
boolean showComponent,
boolean showFeatureDetail)
suppressionState - longshowComponent - booleanshowFeatureDetail - booleanpublic void showSelectedComponent()
public void translateComponent()
public void updateBoundingBox()
public void updateFeatureScope()
public void viewDependencies()
public void viewFeatures()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||