|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartisynth.core.femmodels.FaceNodes3d
public class FaceNodes3d
Method Summary | |
---|---|
boolean |
containsNode(DynamicMechComponent c)
|
boolean |
equals(java.lang.Object obj)
|
FemElement3d |
getElement()
|
int |
hashCode()
|
boolean |
hasSelfAttachedNode()
Return true if this face has a node from its own mesh attached to it. |
boolean |
isContained(FaceNodes3d f)
Returns true if all the nodes of this face are contained within a given face. |
boolean |
isHidden()
|
boolean |
isOverlapping()
|
boolean |
isSelfAttachedToFace()
Return true if at least one of this face's nodes is itself attached to a face belonging to the same mesh |
int |
numAllNodes()
|
int |
numNodes()
|
void |
setAllNodes(FemNode3d[] nodes)
|
void |
setHidden(boolean hidden)
|
void |
setOverlapping(boolean hidden)
|
java.lang.String |
toString()
|
FemNode3d[][] |
triangulate()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void setAllNodes(FemNode3d[] nodes)
public int numNodes()
public int numAllNodes()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public FemElement3d getElement()
public boolean isHidden()
public void setHidden(boolean hidden)
public boolean isOverlapping()
public void setOverlapping(boolean hidden)
public boolean isContained(FaceNodes3d f)
f
- face to check for containment within
public boolean containsNode(DynamicMechComponent c)
public boolean hasSelfAttachedNode()
public boolean isSelfAttachedToFace()
public FemNode3d[][] triangulate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |