@IfcClass(layer=CORE, type=ENTITY) public class IfcActor extends IfcObject
| 限定符和类型 | 字段和说明 |
|---|---|
private SET<IfcRelAssignsToActor> |
isActingUpon |
private IfcActorSelect |
theActor |
stepNumber| 构造器和说明 |
|---|
IfcActor(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcActorSelect theActor) |
| 限定符和类型 | 方法和说明 |
|---|---|
SET<IfcRelAssignsToActor> |
getIsActingUpon() |
IfcActorSelect |
getTheActor() |
void |
setIsActingUpon(SET<IfcRelAssignsToActor> isActingUpon) |
void |
setTheActor(IfcActorSelect theActor) |
addIsDefinedBy, 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 IfcActorSelect theActor
@IfcInverseParameter private SET<IfcRelAssignsToActor> isActingUpon
@IfcParserConstructor public IfcActor(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcActorSelect theActor)
public IfcActorSelect getTheActor()
public void setTheActor(IfcActorSelect theActor)
public SET<IfcRelAssignsToActor> getIsActingUpon()
public void setIsActingUpon(SET<IfcRelAssignsToActor> isActingUpon)
Copyright © 2023. All rights reserved.