public class IfcStructuralSurfaceMember extends IfcStructuralMember
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcStructuralSurfaceTypeEnum |
predefinedType |
private IfcPositiveLengthMeasure |
thickness |
stepNumber| 构造器和说明 |
|---|
IfcStructuralSurfaceMember(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcObjectPlacement objectPlacement,
IfcProductRepresentation representation,
IfcStructuralSurfaceTypeEnum predefinedType,
IfcPositiveLengthMeasure thickness) |
IfcStructuralSurfaceMember(IfcStructuralSurfaceTypeEnum predefinedType,
IfcPositiveLengthMeasure thickness) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcStructuralSurfaceTypeEnum |
getPredefinedType() |
IfcPositiveLengthMeasure |
getThickness() |
void |
setPredefinedType(IfcStructuralSurfaceTypeEnum predefinedType) |
void |
setThickness(IfcPositiveLengthMeasure thickness) |
getConnectedBy, getReferencesElement, setConnectedBy, setReferencesElementgetAssignedStructuralActivity, setAssignedStructuralActivitygetObjectPlacement, 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, illegal, isDefault, setStepNumber, toIfcprivate IfcStructuralSurfaceTypeEnum predefinedType
@IfcOptionField private IfcPositiveLengthMeasure thickness
public IfcStructuralSurfaceMember(IfcStructuralSurfaceTypeEnum predefinedType, IfcPositiveLengthMeasure thickness)
@IfcParserConstructor public IfcStructuralSurfaceMember(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcStructuralSurfaceTypeEnum predefinedType, IfcPositiveLengthMeasure thickness)
public IfcStructuralSurfaceTypeEnum getPredefinedType()
public void setPredefinedType(IfcStructuralSurfaceTypeEnum predefinedType)
public IfcPositiveLengthMeasure getThickness()
public void setThickness(IfcPositiveLengthMeasure thickness)
Copyright © 2023. All rights reserved.