Package com.solibri.smc.api.intersection
Interface Intersection
public interface Intersection
This is a class describing the intersection between the two components.
- Since:
- 9.10.2
- 
Method SummaryModifier and TypeMethodDescriptiondoublegetSizeX()Returns the size in X-coordinate of the intersection geometry.doublegetSizeY()Returns the size in Y-coordinate of the intersection geometry.doublegetSizeZ()Returns the size in Z-coordinate of the intersection geometry.doubleReturns the volume of the intersection.booleanisEmpty()Returns true if the intersections is of zero size.
- 
Method Details- 
getSizeXdouble getSizeX()Returns the size in X-coordinate of the intersection geometry.- Returns:
- depth of the intersection
- Since:
- 9.10.2
 
- 
getSizeYdouble getSizeY()Returns the size in Y-coordinate of the intersection geometry.- Returns:
- width of the intersection
- Since:
- 9.10.2
 
- 
getSizeZdouble getSizeZ()Returns the size in Z-coordinate of the intersection geometry.- Returns:
- height of the intersection
- Since:
- 9.10.2
 
- 
getVolumedouble getVolume()Returns the volume of the intersection.- Returns:
- intersection volume in cubic meters
- Since:
- 9.10.2
 
- 
isEmptyboolean isEmpty()Returns true if the intersections is of zero size.- Returns:
- true if the intersection is of zero size
- Since:
- 9.10.2
 
 
-