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