Package com.comsol.model
Interface CoordsysList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<Coordsys>
,ModelEntity
,ModelEntityList<Coordsys>
,PrimitiveModelEntity
,PropFeatureList<Coordsys>
- All Known Subinterfaces:
ComponentCoordsysList
public interface CoordsysList extends PropFeatureList<Coordsys>, IListMove
List of coordinate systems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Coordsys
create(java.lang.String tag, java.lang.String geom, java.lang.String type)
Creates coordinate system.-
Methods inherited from interface com.comsol.model.ModelEntity
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
-
Methods inherited from interface com.comsol.model.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.PropFeatureList
create
-
-
-
-
Method Detail
-
create
Coordsys create(java.lang.String tag, java.lang.String geom, java.lang.String type)
Creates coordinate system.- Parameters:
tag
- Coordinate system tag.geom
- Associated geometry sequence tag.type
- Coordinate system type:Boundary
,Cylindrical
,Mapping
,Rotated
, orVectorBase
.- Returns:
- Created coordinate system.
-
-