public interface ComponentPhysicsList extends PhysicsList
Modifier and Type | Method and Description |
---|---|
Physics |
create(java.lang.String tag,
java.lang.String physIntID,
java.lang.String[] defaultFieldNames)
Creates physics interface on a geometry.
|
Physics |
create(java.lang.String tag,
java.lang.String physIntID,
java.lang.String[][] defaultFieldNames)
Creates physics interface on a geometry.
|
java.lang.String[][] |
insert(java.lang.String filename,
java.lang.String[] physics,
java.lang.String... password)
Insert physics from an mph file into the physics list of this
component and returns the result of the operation as a double string
array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. |
create, create, create, create
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
getContainer, getDisplayString
Physics create(java.lang.String tag, java.lang.String physIntID, java.lang.String[] defaultFieldNames)
tag
- Physics interface tag.physIntID
- Physics interface identifier.defaultFieldNames
- Field variable names. Only physics interfaces supporting a varying
number of field variables considers this argument.Physics create(java.lang.String tag, java.lang.String physIntID, java.lang.String[][] defaultFieldNames)
tag
- Physics interface tag.physIntID
- Physics interface identifier.defaultFieldNames
- Field variable names. Only physics interfaces supporting a varying
number of field variables considers this argument.java.lang.String[][] insert(java.lang.String filename, java.lang.String[] physics, java.lang.String... password)
filename
- The file name.physics
- The tags of the physics to insert.password
- Optional password for opening the file.