public class IfcProductRepresentation extends IfcEntity implements com.aspose.cad_internal.fileformats.ifc.IIfcProductRepresentation
Constructor and Description |
---|
IfcProductRepresentation() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcLabel |
getName() |
IfcCollection<IfcRepresentation> |
getRepresentations() |
void |
setDescription(IfcText value) |
void |
setName(IfcLabel value) |
void |
setRepresentations(IfcCollection<IfcRepresentation> value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcLabel getName()
public final void setName(IfcLabel value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcCollection<IfcRepresentation> getRepresentations()
public final void setRepresentations(IfcCollection<IfcRepresentation> value)