@IfcClass(type=ENTITY, layer=CORE) public abstract class IfcProduct extends IfcObject
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcObjectPlacement |
objectPlacement |
private SET<IfcRelAssignsToProduct> |
referencedBy |
private IfcProductRepresentation |
representation |
stepNumber| 构造器和说明 |
|---|
IfcProduct() |
IfcProduct(IfcGloballyUniqueId globalId,
IfcOwnerHistory ownerHistory,
IfcLabel name,
IfcText description,
IfcLabel objectType,
IfcObjectPlacement objectPlacement,
IfcProductRepresentation representation) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcObjectPlacement |
getObjectPlacement() |
SET<IfcRelAssignsToProduct> |
getReferencedBy() |
IfcProductRepresentation |
getRepresentation() |
void |
setObjectPlacement(IfcObjectPlacement objectPlacement) |
void |
setReferencedBy(SET<IfcRelAssignsToProduct> referencedBy) |
void |
setRepresentation(IfcProductRepresentation representation) |
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 IfcObjectPlacement objectPlacement
private IfcProductRepresentation representation
@IfcInverseParameter private SET<IfcRelAssignsToProduct> referencedBy
public IfcProduct()
@IfcParserConstructor public IfcProduct(IfcGloballyUniqueId globalId, IfcOwnerHistory ownerHistory, IfcLabel name, IfcText description, IfcLabel objectType, IfcObjectPlacement objectPlacement, IfcProductRepresentation representation)
public IfcObjectPlacement getObjectPlacement()
public void setObjectPlacement(IfcObjectPlacement objectPlacement)
public IfcProductRepresentation getRepresentation()
public void setRepresentation(IfcProductRepresentation representation)
public SET<IfcRelAssignsToProduct> getReferencedBy()
public void setReferencedBy(SET<IfcRelAssignsToProduct> referencedBy)
Copyright © 2023. All rights reserved.