|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jcae.mesh.bora.ds.BModel
public class BModel
CAD object.
Constructor Summary | |
---|---|
BModel(java.lang.String brep,
java.lang.String out)
Bind a CAD representation to a disk directory. |
Method Summary | |
---|---|
void |
addConstraint(Constraint cons)
|
void |
compute()
Combines all hypothesis and computes meshes. |
void |
computeConstraints()
Combines all hypothesis. |
java.lang.String |
getCADFile()
|
CADShape |
getCADShape()
|
java.util.Collection<Constraint> |
getConstraints()
|
BCADGraph |
getGraph()
|
int |
getId()
|
java.lang.String |
getOutputDir()
|
java.lang.String |
getOutputDir(BDiscretization d)
|
java.lang.String |
getOutputFile()
|
java.lang.String |
getRelativeCADDir()
|
java.util.Iterator<BSubMesh> |
getSubMeshIterator()
|
static void |
main(java.lang.String[] args)
|
BSubMesh |
newMesh()
|
void |
printAllHypothesis()
Prints all hypothesis applied to any submesh. |
void |
printConstraints()
Prints the constraints applied to geometrical elements of the current mesh. |
void |
printConstraints(BSubMesh sm)
Prints the constraints applied to a given submesh. |
void |
printDiscretizations()
Print all discretizations. |
void |
printShapes()
Prints the list of geometrical elements. |
void |
printSubmeshesConstraints()
Prints user defined constraints on the submeshes. |
void |
printSubmeshesDiscretizations()
Prints used discretizations on the submeshes. |
static void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BModel(java.lang.String brep, java.lang.String out)
Method Detail |
---|
public static void reset()
public int getId()
public java.lang.String getCADFile()
public java.lang.String getRelativeCADDir()
public CADShape getCADShape()
public java.lang.String getOutputDir()
public java.lang.String getOutputDir(BDiscretization d)
public java.lang.String getOutputFile()
public BCADGraph getGraph()
public java.util.Collection<Constraint> getConstraints()
public BSubMesh newMesh()
public java.util.Iterator<BSubMesh> getSubMeshIterator()
public void printShapes()
public void addConstraint(Constraint cons)
public void computeConstraints()
public void compute()
public void printAllHypothesis()
public void printSubmeshesConstraints()
public void printSubmeshesDiscretizations()
public void printDiscretizations()
public void printConstraints()
public void printConstraints(BSubMesh sm)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |