public class IfcStructuralConnection extends IfcStructuralItem
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcBoundaryCondition |
appliedCondition |
private SET<IfcRelConnectsStructuralMember> |
connectsStructuralMembers |
stepNumber| 构造器和说明 |
|---|
IfcStructuralConnection(IfcBoundaryCondition appliedCondition) |
IfcStructuralConnection(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcObjectPlacement objectPlacement,
IfcProductRepresentation representation,
IfcBoundaryCondition appliedCondition) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcBoundaryCondition |
getAppliedCondition() |
SET<IfcRelConnectsStructuralMember> |
getConnectsStructuralMembers() |
void |
setAppliedCondition(IfcBoundaryCondition appliedCondition) |
void |
setConnectsStructuralMembers(SET<IfcRelConnectsStructuralMember> connectsStructuralMembers) |
getAssignedStructuralActivity, 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, toIfc@IfcOptionField private IfcBoundaryCondition appliedCondition
@IfcInverseParameter private SET<IfcRelConnectsStructuralMember> connectsStructuralMembers
public IfcStructuralConnection(IfcBoundaryCondition appliedCondition)
@IfcParserConstructor public IfcStructuralConnection(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation, IfcBoundaryCondition appliedCondition)
public IfcBoundaryCondition getAppliedCondition()
public void setAppliedCondition(IfcBoundaryCondition appliedCondition)
public SET<IfcRelConnectsStructuralMember> getConnectsStructuralMembers()
public void setConnectsStructuralMembers(SET<IfcRelConnectsStructuralMember> connectsStructuralMembers)
Copyright © 2023. All rights reserved.