public interface ConnectableBody extends ModelComponent, FrameAttachable
ModelComponent.NavpanelVisibility
Modifier and Type | Method and Description |
---|---|
void |
addConnector(BodyConnector c) |
boolean |
containsConnector(BodyConnector c) |
java.util.List<BodyConnector> |
getConnectors() |
boolean |
isDeformable() |
boolean |
isFreeBody() |
void |
removeConnector(BodyConnector c) |
void |
transformPose(RigidTransform3d T) |
createFrameAttachment
createPointAttachment
connectToHierarchy, disconnectFromHierarchy, getHardReferences, getName, getNavpanelVisibility, getNumber, getSoftReferences, hasState, isFixed, isMarked, isSelected, notifyParentOfChange, scan, setFixed, setMarked, setName, setNumber, setParent, setSelected, setWritable, updateReferences
getAllPropertyInfo, getProperty
getChildren, hasChildren
postscan
isWritable, write
void addConnector(BodyConnector c)
void removeConnector(BodyConnector c)
boolean containsConnector(BodyConnector c)
java.util.List<BodyConnector> getConnectors()
void transformPose(RigidTransform3d T)
boolean isFreeBody()
boolean isDeformable()