Package com.comsol.model
Interface GeomExport
- 
- All Superinterfaces:
- ModelEntity,- PrimitiveModelEntity,- SelectionContainer
 
 public interface GeomExport extends ModelEntity, SelectionContainer Geometry export feature.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAcisVersion()Gets the file format version for ACIS export.java.lang.StringgetCompat()Get the COMSOL version to save mphtxt/mphbin file in.java.lang.StringgetLengthUnit()Returns the length unit to use for CAD Import Module kernel geometry export to Parsolid format.java.lang.StringgetLengthUnitIGES()Returns the length unit to use for CAD Import Module kernel geometry export to IGES format.java.lang.StringgetLengthUnitSTEP()Returns the length unit to use for CAD Import Module kernel geometry export to STEP format.booleangetSplitInManifold()True if export to Parasolid format is split in manifold objects.java.lang.StringgetSTLFormat()Returns the STL file type (binaryortext).The default value isbinary.GeomObjectSelectionselection()Returns export's selection.voidsetAcisVersion(java.lang.String version)Sets the file format version for ACIS export.voidsetCompat(java.lang.String value)Set the COMSOL version to save mphtxt/mphbin file in.voidsetLengthUnit(java.lang.String value)Sets the length unit to use for CAD Import Module kernel geometry export to Parsolid format.voidsetLengthUnitIGES(java.lang.String value)Sets the length unit to use for CAD Import Module kernel geometry export to IGES format.voidsetLengthUnitSTEP(java.lang.String value)Sets the length unit to use for CAD Import Module kernel geometry export to STEP format.voidsetSplitInManifold(boolean splitInManifold)Sets the split in manifold objects option for Parasolid export.voidsetSTLFormat(java.lang.String value)Sets the STL file type (binaryortext).- 
Methods inherited from interface com.comsol.model.ModelEntityactive, 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.PrimitiveModelEntitygetContainer, getDisplayString, resolveModelPath
 
- 
 
- 
- 
- 
Method Detail- 
getAcisVersionjava.lang.String getAcisVersion() Gets the file format version for ACIS export.- Returns:
- ACIS version.
 
 - 
getCompatjava.lang.String getCompat() Get the COMSOL version to save mphtxt/mphbin file in.- Returns:
- 3.5a, 4.0, 4.0a, 4.2a, 4.3b, 5.1, or 5.5.
 
 - 
getLengthUnitjava.lang.String getLengthUnit() Returns the length unit to use for CAD Import Module kernel geometry export to Parsolid format.- Returns:
- Length unit.
 
 - 
getLengthUnitIGESjava.lang.String getLengthUnitIGES() Returns the length unit to use for CAD Import Module kernel geometry export to IGES format.- Returns:
- Length unit.
 
 - 
getLengthUnitSTEPjava.lang.String getLengthUnitSTEP() Returns the length unit to use for CAD Import Module kernel geometry export to STEP format.- Returns:
- Length unit.
 
 - 
getSTLFormatjava.lang.String getSTLFormat() Returns the STL file type (binaryortext).The default value isbinary.- Returns:
- File type.
 
 - 
getSplitInManifoldboolean getSplitInManifold() True if export to Parasolid format is split in manifold objects.- Returns:
- trueif split in manifold objects.
 
 - 
selectionGeomObjectSelection selection() Returns export's selection.- Returns:
- Geometry object selection.
 
 - 
setAcisVersionvoid setAcisVersion(java.lang.String version) Sets the file format version for ACIS export.- Parameters:
- version- File format version.
 
 - 
setCompatvoid setCompat(java.lang.String value) Set the COMSOL version to save mphtxt/mphbin file in.- Parameters:
- value- 3.5a, 4.0, 4.0a, 4.2a, 4.3b, 5.1, or 5.5.
 
 - 
setLengthUnitvoid setLengthUnit(java.lang.String value) Sets the length unit to use for CAD Import Module kernel geometry export to Parsolid format. Set tofromgeomto use the geometry sequence length unit.- Parameters:
- value- Length unit.
 
 - 
setLengthUnitIGESvoid setLengthUnitIGES(java.lang.String value) Sets the length unit to use for CAD Import Module kernel geometry export to IGES format. Set tofromgeomto use the geometry sequence length unit.- Parameters:
- value- Length unit.
 
 - 
setLengthUnitSTEPvoid setLengthUnitSTEP(java.lang.String value) Sets the length unit to use for CAD Import Module kernel geometry export to STEP format. Set tofromgeomto use the geometry sequence length unit.- Parameters:
- value- Length unit.
 
 - 
setSTLFormatvoid setSTLFormat(java.lang.String value) Sets the STL file type (binaryortext).- Parameters:
- value- File type.
 
 - 
setSplitInManifoldvoid setSplitInManifold(boolean splitInManifold) Sets the split in manifold objects option for Parasolid export.- Parameters:
- splitInManifold- Split in manifold objects option.
 
 
- 
 
-