public class IfcBooleanResult extends IfcGeometricRepresentationItem implements com.aspose.cad_internal.fileformats.ifc.IIfcBooleanResult
Constructor and Description |
---|
IfcBooleanResult() |
Modifier and Type | Method and Description |
---|---|
IfcBooleanOperand |
getFirstOperand() |
IfcBooleanOperator |
getOperator() |
IfcBooleanOperand |
getSecondOperand() |
void |
setFirstOperand(IfcBooleanOperand value) |
void |
setOperator(IfcBooleanOperator value) |
void |
setSecondOperand(IfcBooleanOperand value) |
getLayerAssignments, getStyledByItem
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcBooleanOperator getOperator()
public final void setOperator(IfcBooleanOperator value)
public final IfcBooleanOperand getFirstOperand()
public final void setFirstOperand(IfcBooleanOperand value)
public final IfcBooleanOperand getSecondOperand()
public final void setSecondOperand(IfcBooleanOperand value)