@IfcClass(type=ENTITY, layer=RESOURCE) public abstract class IfcPhysicalQuantity extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcLabel |
name |
private SET<IfcPhysicalComplexQuantity> |
partOfcComplex |
stepNumber| 构造器和说明 |
|---|
IfcPhysicalQuantity(IfcLabel name,
IfcText description) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
SET<IfcPhysicalComplexQuantity> |
getPartOfcComplex() |
void |
setDescription(IfcText description) |
void |
setName(IfcLabel name) |
void |
setPartOfcComplex(SET<IfcPhysicalComplexQuantity> partOfcComplex) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate IfcLabel name
@IfcOptionField private IfcText description
@IfcInverseParameter private SET<IfcPhysicalComplexQuantity> partOfcComplex
@IfcParserConstructor public IfcPhysicalQuantity(IfcLabel name, IfcText description)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public SET<IfcPhysicalComplexQuantity> getPartOfcComplex()
public void setPartOfcComplex(SET<IfcPhysicalComplexQuantity> partOfcComplex)
Copyright © 2023. All rights reserved.