Class ExpandInput

java.lang.Object
com.technia.dsx.threedspace.mfg.item.ExpandInput

public class ExpandInput extends Object
Input parameters for structure expansion operations.

Controls the depth of expansion and whether path information should be included in the results.

Since:
2024-01-15
  • Constructor Details

    • ExpandInput

      public ExpandInput()
  • Method Details

    • getExpandDepth

      public int getExpandDepth()
    • setExpandDepth

      public void setExpandDepth(int expandDepth)
    • isWithPath

      public boolean isWithPath()
    • setWithPath

      public void setWithPath(boolean withPath)