Package com.comsol.model
Interface ComponentCoordsysList
-
- All Superinterfaces:
CoordsysList
,IListMove
,java.lang.Iterable<Coordsys>
,ModelEntity
,ModelEntityList<Coordsys>
,PrimitiveModelEntity
,PropFeatureList<Coordsys>
public interface ComponentCoordsysList extends CoordsysList
List of coordinate systems for a component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Coordsys
create(java.lang.String tag, java.lang.String type)
Creates coordinate system.-
Methods inherited from interface com.comsol.model.CoordsysList
create
-
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
-
-
-
-
Method Detail
-
create
Coordsys create(java.lang.String tag, java.lang.String type)
Creates coordinate system.- Specified by:
create
in interfacePropFeatureList<Coordsys>
- Parameters:
tag
- Coordinate system tag.type
- Coordinate system type:Boundary
,Cylindrical
,Mapping
,Rotated
, orVectorBase
.- Returns:
- Created coordinate system.
-
-