public class IfcShapeAspect extends IfcEntity
Constructor and Description |
---|
IfcShapeAspect() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcProductRepresentationSelect |
getPartOfProductDefinitionShape() |
IfcLogical |
getProductDefinitional() |
IfcCollection<com.aspose.cad.fileformats.ifc.ifc4.entities.IfcShapeModel> |
getShapeRepresentations() |
void |
setDescription(IfcText value) |
void |
setName(IfcLabel value) |
void |
setPartOfProductDefinitionShape(IfcProductRepresentationSelect value) |
void |
setProductDefinitional(IfcLogical value) |
void |
setShapeRepresentations(IfcCollection<com.aspose.cad.fileformats.ifc.ifc4.entities.IfcShapeModel> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcCollection<com.aspose.cad.fileformats.ifc.ifc4.entities.IfcShapeModel> getShapeRepresentations()
public final void setShapeRepresentations(IfcCollection<com.aspose.cad.fileformats.ifc.ifc4.entities.IfcShapeModel> value)
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcLogical getProductDefinitional()
public final void setProductDefinitional(IfcLogical value)
public final IfcProductRepresentationSelect getPartOfProductDefinitionShape()
public final void setPartOfProductDefinitionShape(IfcProductRepresentationSelect value)