IfcProject

Inheritance: java.lang.Object, IfcObject

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

Constructors

ConstructorDescription
IfcProject()

Methods

MethodDescription
getLongName()
setLongName(IfcLabel value)
getPhase()
setPhase(IfcLabel value)
getRepresentationContexts()
setRepresentationContexts(IfcCollection value)
getUnitsInContext()
setUnitsInContext(IfcUnitAssignment value)

IfcProject()

public IfcProject()

getLongName()

public final IfcLabel getLongName()

Returns: IfcLabel

setLongName(IfcLabel value)

public final void setLongName(IfcLabel value)

getPhase()

public final IfcLabel getPhase()

Returns: IfcLabel

setPhase(IfcLabel value)

public final void setPhase(IfcLabel value)

getRepresentationContexts()

public final IfcCollection<IfcRepresentationContext> getRepresentationContexts()

Returns: IfcCollection

setRepresentationContexts(IfcCollection value)

public final void setRepresentationContexts(IfcCollection<IfcRepresentationContext> value)

getUnitsInContext()

public final IfcUnitAssignment getUnitsInContext()

Returns: IfcUnitAssignment

setUnitsInContext(IfcUnitAssignment value)

public final void setUnitsInContext(IfcUnitAssignment value)