IfcProductRepresentation

Inheritance: java.lang.Object, IfcEntity

All Implemented Interfaces: com.aspose.cad_internal.fileformats.ifc.IIfcProductRepresentation

Constructors

ConstructorDescription
IfcProductRepresentation()

Methods

MethodDescription
getName()
setName(IfcLabel value)
getDescription()
setDescription(IfcText value)
getRepresentations()
setRepresentations(IfcCollection value)

IfcProductRepresentation()

public IfcProductRepresentation()

getName()

public final IfcLabel getName()

Returns: IfcLabel

setName(IfcLabel value)

public final void setName(IfcLabel value)

getDescription()

public final IfcText getDescription()

Returns: IfcText

setDescription(IfcText value)

public final void setDescription(IfcText value)

getRepresentations()

public final IfcCollection<IfcRepresentation> getRepresentations()

Returns: IfcCollection

setRepresentations(IfcCollection value)

public final void setRepresentations(IfcCollection<IfcRepresentation> value)