public interface GeomExport extends ModelEntity, SelectionContainer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAcisVersion()
Gets the file format version for ACIS export.
|
java.lang.String |
getCompat()
Get the COMSOL version to save mphtxt/mphbin file in.
|
java.lang.String |
getLengthUnit()
Returns the length unit to use for CAD Import Module kernel geometry
export.
|
java.lang.String |
getSTLFormat()
Returns the STL file type (
binary or
text ).The default value is binary . |
GeomObjectSelection |
selection()
Returns export's selection.
|
void |
setAcisVersion(java.lang.String version)
Sets the file format version for ACIS export.
|
void |
setCompat(java.lang.String value)
Set the COMSOL version to save mphtxt/mphbin file in.
|
void |
setLengthUnit(java.lang.String value)
Sets the length unit to use for CAD Import Module kernel geometry
export.
|
void |
setSTLFormat(java.lang.String value)
Sets the STL file type (
binary or text ). |
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
java.lang.String getAcisVersion()
java.lang.String getCompat()
java.lang.String getLengthUnit()
java.lang.String getSTLFormat()
binary
or
text
).The default value is binary
.GeomObjectSelection selection()
void setAcisVersion(java.lang.String version)
version
- File format version.void setCompat(java.lang.String value)
value
- 3.5a, 4.0, 4.0a, 4.2a, 4.3b, or 5.1.void setLengthUnit(java.lang.String value)
fromgeom
to use the geometry sequence
length unit.value
- Length unit.void setSTLFormat(java.lang.String value)
binary
or text
).value
- File type.