@IfcClass(type=ENTITY, layer=RESOURCE) public class IfcShapeAspect extends IfcAbstractClass
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcText |
description |
private IfcLabel |
name |
private IfcProductDefinitionShape |
partOfProductDefinitionShape |
private LOGICAL |
productDefinitional |
private LIST<IfcShapeModel> |
shapeRepresentations |
stepNumber| 构造器和说明 |
|---|
IfcShapeAspect(LIST<IfcShapeModel> shapeRepresentations,
IfcLabel name,
IfcText description,
LOGICAL productDefinitional,
IfcProductDefinitionShape partOfProductDefinitionShape) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcProductDefinitionShape |
getPartOfProductDefinitionShape() |
LOGICAL |
getProductDefinitional() |
LIST<IfcShapeModel> |
getShapeRepresentations() |
void |
setDescription(IfcText description) |
void |
setName(IfcLabel name) |
void |
setPartOfProductDefinitionShape(IfcProductDefinitionShape partOfProductDefinitionShape) |
void |
setProductDefinitional(LOGICAL productDefinitional) |
void |
setShapeRepresentations(LIST<IfcShapeModel> shapeRepresentations) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfcprivate LIST<IfcShapeModel> shapeRepresentations
@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
private LOGICAL productDefinitional
private IfcProductDefinitionShape partOfProductDefinitionShape
@IfcParserConstructor public IfcShapeAspect(LIST<IfcShapeModel> shapeRepresentations, IfcLabel name, IfcText description, LOGICAL productDefinitional, IfcProductDefinitionShape partOfProductDefinitionShape)
public LIST<IfcShapeModel> getShapeRepresentations()
public void setShapeRepresentations(LIST<IfcShapeModel> shapeRepresentations)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public LOGICAL getProductDefinitional()
public void setProductDefinitional(LOGICAL productDefinitional)
public IfcProductDefinitionShape getPartOfProductDefinitionShape()
public void setPartOfProductDefinitionShape(IfcProductDefinitionShape partOfProductDefinitionShape)
Copyright © 2023. All rights reserved.