@IfcClass(layer=CORE, type=ENTITY) public class IfcSpace extends IfcSpatialStructureElement
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcRelSpaceBoundary> |
boundedBy |
private IfcLengthMeasure |
elevationWithFlooring |
private SET<IfcRelCoversSpaces> |
hasCoverings |
private IfcInternalOrExternalEnum |
interiorOrExteriorSpace |
stepNumber| 构造器和说明 |
|---|
IfcSpace(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcObjectPlacement objectPlacement,
IfcProductRepresentation representation,
IfcLabel longName,
IfcElementCompositionEnum compositionType,
IfcInternalOrExternalEnum interiorOrExteriorSpace,
IfcLengthMeasure elevationWithFlooring) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcRelSpaceBoundary> |
getBoundedBy() |
IfcLengthMeasure |
getElevationWithFlooring() |
SET<IfcRelCoversSpaces> |
getHasCoverings() |
IfcInternalOrExternalEnum |
getInteriorOrExteriorSpace() |
void |
setBoundedBy(SET<IfcRelSpaceBoundary> boundedBy) |
void |
setElevationWithFlooring(IfcLengthMeasure elevationWithFlooring) |
void |
setHasCoverings(SET<IfcRelCoversSpaces> hasCoverings) |
void |
setInteriorOrExteriorSpace(IfcInternalOrExternalEnum interiorOrExteriorSpace) |
getCompositionType, getContainsElements, getLongName, getReferenceElements, getServicedBySystems, illegal, setCompositionType, setContainsElements, setLongName, setReferenceElements, setServicedBySystemsgetObjectPlacement, getReferencedBy, getRepresentation, setObjectPlacement, setReferencedBy, setRepresentationaddIsDefinedBy, getIsDefinedBy, getObjectType, setIsDefinedBy, setObjectTypeaddDecompose, addHasAssociations, addIsDecomposedBy, getDecomposes, getHasAssignments, getHasAssociations, getIsDecomposedBy, setDecomposes, setHasAssignments, setHasAssociations, setIsDecomposedBygetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setDescription, setGlobalId, setName, setName, setOwnerHistorycheck, getFileItem, getParamString, getStepNumber, isDefault, setStepNumber, toIfcprivate IfcInternalOrExternalEnum interiorOrExteriorSpace
@IfcOptionField private IfcLengthMeasure elevationWithFlooring
@IfcInverseParameter private SET<IfcRelCoversSpaces> hasCoverings
@IfcInverseParameter private SET<IfcRelSpaceBoundary> boundedBy
@IfcParserConstructor public IfcSpace(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcLabel longName, IfcElementCompositionEnum compositionType, IfcInternalOrExternalEnum interiorOrExteriorSpace, IfcLengthMeasure elevationWithFlooring)
public IfcInternalOrExternalEnum getInteriorOrExteriorSpace()
public void setInteriorOrExteriorSpace(IfcInternalOrExternalEnum interiorOrExteriorSpace)
public IfcLengthMeasure getElevationWithFlooring()
public void setElevationWithFlooring(IfcLengthMeasure elevationWithFlooring)
public SET<IfcRelCoversSpaces> getHasCoverings()
public void setHasCoverings(SET<IfcRelCoversSpaces> hasCoverings)
public SET<IfcRelSpaceBoundary> getBoundedBy()
public void setBoundedBy(SET<IfcRelSpaceBoundary> boundedBy)
Copyright © 2023. All rights reserved.