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 to Parsolid format.
|
java.lang.String |
getLengthUnitIGES()
Returns the length unit to use for CAD Import Module kernel geometry
export to IGES format.
|
java.lang.String |
getLengthUnitSTEP()
Returns the length unit to use for CAD Import Module kernel geometry
export to STEP format.
|
boolean |
getSplitInManifold()
True if export to Parasolid format is split in manifold objects.
|
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 to Parsolid format.
|
void |
setLengthUnitIGES(java.lang.String value)
Sets the length unit to use for CAD Import Module kernel geometry
export to IGES format.
|
void |
setLengthUnitSTEP(java.lang.String value)
Sets the length unit to use for CAD Import Module kernel geometry
export to STEP format.
|
void |
setSplitInManifold(boolean splitInManifold)
Sets the split in manifold objects option for Parasolid 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, versiongetContainer, getDisplayStringjava.lang.String getAcisVersion()
java.lang.String getCompat()
java.lang.String getLengthUnit()
java.lang.String getLengthUnitIGES()
java.lang.String getLengthUnitSTEP()
java.lang.String getSTLFormat()
binary or
text).The default value is binary.boolean getSplitInManifold()
true if split in manifold objects.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, 5.1, or 5.5.void setLengthUnit(java.lang.String value)
fromgeom to use the
geometry sequence length unit.value - Length unit.void setLengthUnitIGES(java.lang.String value)
fromgeom to use the
geometry sequence length unit.value - Length unit.void setLengthUnitSTEP(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.void setSplitInManifold(boolean splitInManifold)
splitInManifold - Split in manifold objects option.