artisynth.core.mechmodels
Interface HasAttachments

All Known Implementing Classes:
FemMarker, FrameMarker, Marker

public interface HasAttachments

Indicates a model component that contains one or more DynamicAttachments internally, as either child or internal (hidden) components.


Method Summary
 void getAttachments(java.util.List<DynamicAttachment> list)
          Returns the attachments contained by this component.
 

Method Detail

getAttachments

void getAttachments(java.util.List<DynamicAttachment> list)
Returns the attachments contained by this component. This will be called by MechModelBase when creating a complete list of all the attachments in the model.