Interface Grid

All Superinterfaces:
Component

public interface Grid extends Component
Represents an IFC grid in the data model. A grid contains axes organized in three groups: U axes, V axes, and W axes.
Since:
26.4.1
See Also:
  • Method Details

    • getUAxes

      List<GridAxis> getUAxes()
      Returns the U axes of the grid.
      Returns:
      the U axes, or an empty list if there are no U axes
      Since:
      26.4.1
    • getVAxes

      List<GridAxis> getVAxes()
      Returns the V axes of the grid.
      Returns:
      the V axes, or an empty list if there are no V axes
      Since:
      26.4.1
    • getWAxes

      List<GridAxis> getWAxes()
      Returns the W axes of the grid.
      Returns:
      the W axes, or an empty list if there are no W axes
      Since:
      26.4.1