@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcBooleanResult extends IfcGeometricRepresentationItem implements IfcBooleanOperand, IfcCsgSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcDimensionCount |
dim |
private IfcBooleanOperand |
firstOperand |
private IfcBooleanOperator |
operator |
private IfcBooleanOperand |
secondOperand |
stepNumber| 构造器和说明 |
|---|
IfcBooleanResult(IfcBooleanOperator operator,
IfcBooleanOperand firstOperand,
IfcBooleanOperand secondOperand) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcDimensionCount |
getDim() |
IfcBooleanOperand |
getFirstOperand() |
IfcBooleanOperator |
getOperator() |
IfcBooleanOperand |
getSecondOperand() |
void |
setDim(IfcDimensionCount dim) |
void |
setFirstOperand(IfcBooleanOperand firstOperand) |
void |
setOperator(IfcBooleanOperator operator) |
void |
setSecondOperand(IfcBooleanOperand secondOperand) |
getLayerAssignments, getStyledByItem, setLayerAssignments, setStyledByItemcheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcBooleanOperator operator
private IfcBooleanOperand firstOperand
private IfcBooleanOperand secondOperand
@IfcDeriveParameter private IfcDimensionCount dim
@IfcParserConstructor public IfcBooleanResult(IfcBooleanOperator operator, IfcBooleanOperand firstOperand, IfcBooleanOperand secondOperand)
public IfcBooleanOperator getOperator()
public void setOperator(IfcBooleanOperator operator)
public IfcBooleanOperand getFirstOperand()
public void setFirstOperand(IfcBooleanOperand firstOperand)
public IfcBooleanOperand getSecondOperand()
public void setSecondOperand(IfcBooleanOperand secondOperand)
public IfcDimensionCount getDim()
public void setDim(IfcDimensionCount dim)
Copyright © 2023. All rights reserved.