Class Entity402_15_OrderedGroupNoBackPointers

    • Constructor Detail

      • Entity402_15_OrderedGroupNoBackPointers

        public Entity402_15_OrderedGroupNoBackPointers​(Part part,
                                                       int DEnum,
                                                       java.util.List<Entity> children,
                                                       java.lang.String name)
        Create this entity from the specified GeomSS geometry element.
        Parameters:
        part - The Part in which this entity is contained.
        DEnum - The line count from the start of the Directory Entry Section for this entry (odd number).
        children - A list of the entities contained in this list.
        name - The name to apply to the entity or null for no name.
    • Method Detail

      • canWrite

        public boolean canWrite()
        Returns true if the Entity can be written to an exchange file.
        Overrides:
        canWrite in class Entity
        Returns:
        true
      • write

        public int write​(java.io.PrintWriter writer,
                         int PDnum)
                  throws java.io.IOException
        Write this entities parameter data to the specified PrintWriter.
        Overrides:
        write in class Entity
        Parameters:
        writer - The PrintWriter to write the parameter data for this entity to.
        PDnum - The starting Parameter Data row index number.
        Returns:
        The Parameter Data row index number for the next row.
        Throws:
        java.io.IOException - if the parameter data could not be written out.
      • getTypeString

        public java.lang.String getTypeString()
        Returns a short String describing this Entity object's type.
        Specified by:
        getTypeString in class Entity
        Returns:
        A short String describing this Entity object's type.