Interface GeomExport

    • Method Detail

      • getAcisVersion

        java.lang.String getAcisVersion()
        Gets the file format version for ACIS export.
        Returns:
        ACIS version.
      • getCompat

        java.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.
      • getLengthUnit

        java.lang.String getLengthUnit()
        Returns the length unit to use for CAD Import Module kernel geometry export to Parsolid format.
        Returns:
        Length unit.
      • getLengthUnitIGES

        java.lang.String getLengthUnitIGES()
        Returns the length unit to use for CAD Import Module kernel geometry export to IGES format.
        Returns:
        Length unit.
      • getLengthUnitSTEP

        java.lang.String getLengthUnitSTEP()
        Returns the length unit to use for CAD Import Module kernel geometry export to STEP format.
        Returns:
        Length unit.
      • getSTLFormat

        java.lang.String getSTLFormat()
        Returns the STL file type (binary or text).The default value is binary.
        Returns:
        File type.
      • getSplitInManifold

        boolean getSplitInManifold()
        True if export to Parasolid format is split in manifold objects.
        Returns:
        true if split in manifold objects.
      • selection

        GeomObjectSelection selection()
        Returns export's selection.
        Returns:
        Geometry object selection.
      • setAcisVersion

        void setAcisVersion​(java.lang.String version)
        Sets the file format version for ACIS export.
        Parameters:
        version - File format version.
      • setCompat

        void 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.
      • setLengthUnit

        void setLengthUnit​(java.lang.String value)
        Sets the length unit to use for CAD Import Module kernel geometry export to Parsolid format. Set to fromgeom to use the geometry sequence length unit.
        Parameters:
        value - Length unit.
      • setLengthUnitIGES

        void setLengthUnitIGES​(java.lang.String value)
        Sets the length unit to use for CAD Import Module kernel geometry export to IGES format. Set to fromgeom to use the geometry sequence length unit.
        Parameters:
        value - Length unit.
      • setLengthUnitSTEP

        void setLengthUnitSTEP​(java.lang.String value)
        Sets the length unit to use for CAD Import Module kernel geometry export to STEP format. Set to fromgeom to use the geometry sequence length unit.
        Parameters:
        value - Length unit.
      • setSTLFormat

        void setSTLFormat​(java.lang.String value)
        Sets the STL file type (binary or text).
        Parameters:
        value - File type.
      • setSplitInManifold

        void setSplitInManifold​(boolean splitInManifold)
        Sets the split in manifold objects option for Parasolid export.
        Parameters:
        splitInManifold - Split in manifold objects option.