public interface Frame extends ModelEntity, EquationViewParent
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
coord()
Returns coordinate names.
|
Frame |
coord(int pos,
java.lang.String coord)
Set the coordinate name in position
pos . |
Frame |
coord(java.lang.String[] coordlist)
Sets the coordinate names.
|
java.lang.String |
geom()
Returns the geometry.
|
Frame |
geom(java.lang.String gtag)
Sets the geometry.
|
Frame |
geometryFrame()
Sets this frame to be the geometry frame.
|
java.lang.String |
identifier()
Returns the frame's identifier.
|
java.lang.String[] |
inPlaneCoord()
Get the in-plane components of the coordinate vector, that is, the
coordinate names for the geometry's dimension.
|
boolean |
isGeometryFrame()
Checks if the frame is the geometry frame.
|
boolean |
ismaterialframe()
Deprecated.
Use
isMaterialFrame() instead. |
boolean |
isMaterialFrame()
Checks if the frame is the material frame.
|
boolean |
ismeshframe()
Deprecated.
Use
isGeometryFrame() instead. |
boolean |
isMeshFrame()
Checks if the frame is the mesh frame.
|
boolean |
isspatialframe()
Deprecated.
Use
isSpatialFrame() instead. |
boolean |
isSpatialFrame()
Checks if the frame is the spatial frame.
|
Frame |
materialframe()
Deprecated.
Use
materialFrame() instead. |
Frame |
materialFrame()
Sets the frame to be the material frame.
|
Frame |
meshframe()
Deprecated.
Use
meshFrame() instead. |
Frame |
meshFrame()
Sets the frame to be the mesh frame.
|
int |
sorder()
Returns the geometry shape order.
|
Frame |
sorder(int arg0)
Deprecated.
Deprecated: use
ModelNode.sorder(String) instead. |
Frame |
spatialframe()
Deprecated.
Use
spatialFrame() instead. |
Frame |
spatialFrame()
Sets the frame to be the spatial frame.
|
FrameFeatureList |
sshape()
Returns all frame features.
|
FrameFeature |
sshape(java.lang.String tag)
Returns a frame feature.
|
java.lang.String |
varNameSuffix()
Returns the variable name suffix of the frame.
|
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
featureInfo, featureInfo
java.lang.String[] coord()
Frame coord(java.lang.String[] coordlist)
coordlist
- List of coordinate names.Frame coord(int pos, java.lang.String coord)
pos
. The length of
the coordinate vector is always 3.pos
- Position index.coord
- Coordinate name.java.lang.String geom()
Frame geom(java.lang.String gtag)
gtag
- Geometry sequence tag.Frame geometryFrame()
java.lang.String identifier()
java.lang.String[] inPlaneCoord()
boolean isGeometryFrame()
true
if geometry frame.boolean isMaterialFrame()
true
if material frame.boolean isMeshFrame()
true
if mesh frame.boolean isSpatialFrame()
true
if spatial frame.@Deprecated boolean ismaterialframe()
isMaterialFrame()
instead.@Deprecated boolean ismeshframe()
isGeometryFrame()
instead.@Deprecated boolean isspatialframe()
isSpatialFrame()
instead.Frame materialFrame()
@Deprecated Frame materialframe()
materialFrame()
instead.Frame meshFrame()
@Deprecated Frame meshframe()
meshFrame()
instead.int sorder()
@Deprecated Frame sorder(int arg0)
ModelNode.sorder(String)
instead.Frame spatialFrame()
@Deprecated Frame spatialframe()
spatialFrame()
instead.FrameFeatureList sshape()
FrameFeature sshape(java.lang.String tag)
tag
- Frame feature tag.java.lang.String varNameSuffix()