@IfcClass(type=ENTITY, layer=SHARED) public class IfcDoorPanelProperties extends IfcPropertySetDefinition
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcPositiveLengthMeasure |
panelDepth |
private IfcDoorPanelOperationEnum |
panelOperation |
private IfcDoorPanelPositionEnum |
panelPosition |
private IfcNormalisedRatioMeasure |
panelWidth |
private IfcShapeAspect |
shapeAspect |
stepNumber| 构造器和说明 |
|---|
IfcDoorPanelProperties() |
IfcDoorPanelProperties(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcPositiveLengthMeasure panelDepth,
IfcDoorPanelOperationEnum panelOperation,
IfcNormalisedRatioMeasure panelWidth,
IfcDoorPanelPositionEnum panelPosition,
IfcShapeAspect shapeAspect) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcPositiveLengthMeasure |
getPanelDepth() |
IfcDoorPanelOperationEnum |
getPanelOperation() |
IfcDoorPanelPositionEnum |
getPanelPosition() |
IfcNormalisedRatioMeasure |
getPanelWidth() |
IfcShapeAspect |
getShapeAspect() |
void |
setPanelDepth(IfcPositiveLengthMeasure panelDepth) |
void |
setPanelOperation(IfcDoorPanelOperationEnum panelOperation) |
void |
setPanelPosition(IfcDoorPanelPositionEnum panelPosition) |
void |
setPanelWidth(IfcNormalisedRatioMeasure panelWidth) |
void |
setShapeAspect(IfcShapeAspect shapeAspect) |
addDefinesType, addPropertyDefinitionOf, getDefinesType, getPropertyDefinitionOf, setDefinesType, setPropertyDefinitionOfgetHasAssociations, setHasAssociationsgetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcPositiveLengthMeasure panelDepth
private IfcDoorPanelOperationEnum panelOperation
@IfcOptionField private IfcNormalisedRatioMeasure panelWidth
private IfcDoorPanelPositionEnum panelPosition
@IfcOptionField private IfcShapeAspect shapeAspect
public IfcDoorPanelProperties()
@IfcParserConstructor public IfcDoorPanelProperties(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcPositiveLengthMeasure panelDepth, IfcDoorPanelOperationEnum panelOperation, IfcNormalisedRatioMeasure panelWidth, IfcDoorPanelPositionEnum panelPosition, IfcShapeAspect shapeAspect)
public IfcPositiveLengthMeasure getPanelDepth()
public void setPanelDepth(IfcPositiveLengthMeasure panelDepth)
public IfcDoorPanelOperationEnum getPanelOperation()
public void setPanelOperation(IfcDoorPanelOperationEnum panelOperation)
public IfcNormalisedRatioMeasure getPanelWidth()
public void setPanelWidth(IfcNormalisedRatioMeasure panelWidth)
public IfcDoorPanelPositionEnum getPanelPosition()
public void setPanelPosition(IfcDoorPanelPositionEnum panelPosition)
public IfcShapeAspect getShapeAspect()
public void setShapeAspect(IfcShapeAspect shapeAspect)
Copyright © 2023. All rights reserved.