public interface FrameFeature extends SelectionEntity
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
coorddof()
Returns the spatial coordinates as a string array.
|
FrameFeature |
coorddof(int pos,
java.lang.String dof)
Edits the coordinate name at a position in the degree of freedom list.
|
FrameFeature |
coorddof(java.lang.String[] dofs)
Sets the spatial coordinates as a string array.
|
java.lang.String[] |
coordexpr()
Return the spatial coordinate expressions as a string array.
|
FrameFeature |
coordexpr(int pos,
java.lang.String expr)
Edits a mesh displacement expression at a position in the expression
list.
|
FrameFeature |
coordexpr(java.lang.String[] expr)
Sets the mesh displacement expressions.
|
java.lang.String |
refframe()
Returns the reference frame as a string.
|
FrameFeature |
refframe(java.lang.String frameTag)
Sets the reference frame as a string.
|
int |
sorder()
Returns the spatial approximation order as an integer.
|
FrameFeature |
sorder(int order)
Sets the geometry shape order.
|
java.lang.String |
type()
Returns type of frame feature.
|
FrameFeature |
type(java.lang.String type)
Sets type of frame feature.
|
selectionactive, 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, versiongetContainer, getDisplayStringjava.lang.String[] coorddof()
FrameFeature coorddof(java.lang.String[] dofs)
dofs - String array of spatial coordinates.FrameFeature coorddof(int pos, java.lang.String dof)
pos - Position index.dof - Coordinate name.java.lang.String[] coordexpr()
FrameFeature coordexpr(java.lang.String[] expr)
expr - Expressions for mesh displacement.FrameFeature coordexpr(int pos, java.lang.String expr)
pos - Position index.expr - Expressions for mesh displacement.java.lang.String refframe()
FrameFeature refframe(java.lang.String frameTag)
frameTag - Reference frame.int sorder()
FrameFeature sorder(int order)
order - Geometry shape order.java.lang.String type()
FrameFeature type(java.lang.String type)
type - Frame feature type.