@IfcClass(type=ENTITY, layer=SHARED) public class IfcDoorStyle extends IfcTypeProduct
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcDoorStyleConstructionEnum |
constructionType |
private IfcDoorStyleOperationEnum |
operationType |
private BOOLEAN |
parameterTakesPrecedence |
private BOOLEAN |
sizeable |
stepNumber| 构造器和说明 |
|---|
IfcDoorStyle() |
IfcDoorStyle(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel applicableOccurrence,
SET<IfcPropertySetDefinition> hasPropertySets,
LIST<IfcRepresentationMap> representationMaps,
IfcLabel tag,
IfcDoorStyleOperationEnum operationType,
IfcDoorStyleConstructionEnum constructionType,
BOOLEAN parameterTakesPrecedence,
BOOLEAN sizeable) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcDoorStyleConstructionEnum |
getConstructionType() |
IfcDoorStyleOperationEnum |
getOperationType() |
BOOLEAN |
getParameterTakesPrecedence() |
BOOLEAN |
getSizeable() |
void |
setConstructionType(IfcDoorStyleConstructionEnum constructionType) |
void |
setOperationType(IfcDoorStyleOperationEnum operationType) |
void |
setParameterTakesPrecedence(BOOLEAN parameterTakesPrecedence) |
void |
setSizeable(BOOLEAN sizeable) |
getRepresentationMaps, getTag, illegal, setRepresentationMaps, setTaggetApplicableOccurrence, getHasPropertySets, getObjectTypeOf, setApplicableOccurrence, setHasPropertySets, setObjectTypeOfaddDecompose, 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 IfcDoorStyleOperationEnum operationType
private IfcDoorStyleConstructionEnum constructionType
private BOOLEAN parameterTakesPrecedence
private BOOLEAN sizeable
public IfcDoorStyle()
@IfcParserConstructor public IfcDoorStyle(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel applicableOccurrence, SET<IfcPropertySetDefinition> hasPropertySets, LIST<IfcRepresentationMap> representationMaps, IfcLabel tag, IfcDoorStyleOperationEnum operationType, IfcDoorStyleConstructionEnum constructionType, BOOLEAN parameterTakesPrecedence, BOOLEAN sizeable)
public IfcDoorStyleOperationEnum getOperationType()
public void setOperationType(IfcDoorStyleOperationEnum operationType)
public IfcDoorStyleConstructionEnum getConstructionType()
public void setConstructionType(IfcDoorStyleConstructionEnum constructionType)
public BOOLEAN getParameterTakesPrecedence()
public void setParameterTakesPrecedence(BOOLEAN parameterTakesPrecedence)
public BOOLEAN getSizeable()
public void setSizeable(BOOLEAN sizeable)
Copyright © 2023. All rights reserved.