Package com.solibri.smc.api.model
Interface IfcMetaData
public interface IfcMetaData
Meta data imported from IFC header.
- Since:
- 9.12.8
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionReturns the author/creator of the IFC file.Returns the authorizer of the IFC file.Gets the formal definition of the underlying view definition.Returns the implementation level according to ISO10303-21.getName()Returns the local path and file name of the IFC export file.Returns the organization of the author.Returns the name and version of the application that created the IFC file.Returns the name of the toolbox used to.Returns the schema name.Returns the time of creation of the IFC.
- 
Method Details- 
getDescriptionString getDescription()Gets the formal definition of the underlying view definition.- Returns:
- the description
- Since:
- 9.12.8
 
- 
getImplementationLevelOptional<IfcImplementationLevel> getImplementationLevel()Returns the implementation level according to ISO10303-21.- Returns:
- the implementation level
- Since:
- 9.12.8
 
- 
getNameString getName()Returns the local path and file name of the IFC export file.- Returns:
- the local path
- Since:
- 9.12.8
 
- 
getTimeStampString getTimeStamp()Returns the time of creation of the IFC. export file- Returns:
- the timestamp
- Since:
- 9.12.8
 
- 
getAuthorString getAuthor()Returns the author/creator of the IFC file.- Returns:
- the author
- Since:
- 9.12.8
 
- 
getOrganizationString getOrganization()Returns the organization of the author.- Returns:
- the organization
- Since:
- 9.12.8
 
- 
getPreprocessorVersionString getPreprocessorVersion()Returns the name of the toolbox used to. create the IFC file- Returns:
- the preprocessor
- Since:
- 9.12.8
 
- 
getOriginatingSystemString getOriginatingSystem()Returns the name and version of the application that created the IFC file.- Returns:
- the originating system
- Since:
- 9.12.8
 
- 
getAuthorizationString getAuthorization()Returns the authorizer of the IFC file.- Returns:
- the authorizer
- Since:
- 9.12.8
 
- 
getSchemaNameString getSchemaName()Returns the schema name.- Returns:
- the schema name
- Since:
- 9.12.8
 
 
-