Package com.technia.dsx.threedspace.zone
Class RootPath
java.lang.Object
com.technia.dsx.threedspace.zone.RootPath
Represents root path elements for zone queries.
A root path defines the starting points (physical IDs) for structure expansion operations. Multiple root paths can be specified, and the same algorithm is applied to each root independently.
- Since:
- 2023-04-24
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RootPath
public RootPath()
-
-
Method Details
-
add
Define root elements. It can be one root, or a bunch of roots. In case of multiple roots, the same algorithm is applied for each of them.- Parameters:
physicalId- The root id
-
isEmpty
public boolean isEmpty() -
get
-