public class InBoundingBox extends PartOfQuery
| Constructor and Description |
|---|
InBoundingBox() |
InBoundingBox(AxisAlignedBoundingBox boundingBox) |
InBoundingBox(double x,
double y,
double z,
double width,
double height,
double depth) |
| Modifier and Type | Method and Description |
|---|---|
void |
dump(int indent,
StringBuilder sb) |
Float |
getDensityLowerThreshold() |
Float |
getDensityUpperThreshold() |
double |
getDepth() |
double |
getHeight() |
double |
getWidth() |
double |
getX() |
double |
getY() |
double |
getZ() |
boolean |
isExcludeOctants() |
boolean |
isPartial() |
boolean |
isUseCenterPoint() |
void |
setDensityLowerThreshold(Float densityLowerThreshold) |
void |
setDensityUpperThreshold(Float densityUpperThreshold) |
void |
setExcludeOctants(boolean excludeOctants) |
void |
setPartial(boolean partial) |
void |
setUseCenterPoint(boolean useCenterPoint) |
indent, toStringpublic InBoundingBox(double x,
double y,
double z,
double width,
double height,
double depth)
public InBoundingBox(AxisAlignedBoundingBox boundingBox)
public InBoundingBox()
public double getDepth()
public double getHeight()
public double getWidth()
public double getX()
public double getY()
public double getZ()
public void dump(int indent,
StringBuilder sb)
public boolean isPartial()
public void setPartial(boolean partial)
public Float getDensityLowerThreshold()
public void setDensityLowerThreshold(Float densityLowerThreshold)
public Float getDensityUpperThreshold()
public void setDensityUpperThreshold(Float densityUpperThreshold)
public boolean isUseCenterPoint()
public void setUseCenterPoint(boolean useCenterPoint)
public boolean isExcludeOctants()
public void setExcludeOctants(boolean excludeOctants)
Copyright © 2018 OpenSource BIM. All rights reserved.