After the rvt model is converted to svf, can the schedule information in the original model be retained and read?

as mentioned above, the requirement requires obtaining 4D information, that is, reading the plan progress in the model. We don"t know much about this. At present, we only know that the plan information created by the model designer through MS project is imported into the rvt model and associated accordingly.

then we get the svf model, can we retain this kind of planning information?

at present, others have given such an example as a reference, forge-viewer-timeliner-mvc-sample

but I think the progress information in this example comes from an external file, such a text format

newT0,06/01/2014,06/01/2014,cosntruct,23,A393_SERVICE_PIT_E30
newT1,06/01/2014,06/01/2014,cosntruct,44,BLOCK_INNER_SKIN_F10
newT2,06/02/2014,06/02/2014,cosntruct,97,BLOCK_PARTITION_F10

the main problem is this:

    What format does the
  1. form belong to? Is it the so-called plan information?
  2. can only be imported from the outside, not directly from the model?
  3. if you have to import from outside, how do you relate to parts within the model?
Mar.21,2021

Revit has no planned progress information, you should be talking about Navisworks. Unfortunately, as far as I know, the Navisworks model does not parse the plan progress information during the file conversion process. If you want this kind of information, you must use Navisworks API to export the relevant information into your own document format or store it in your own database, and then write your own Viewer overview to associate the relevant plan progress information with the DbId of the component.

the demotask.txt text format of the Xiaodong timeliner sample is customized by him. As mentioned above, you can export the plan progress information into your own document format or store it in your own database, and correspond to the progress component DbId through the self-written Viewer bracket.

the part of progress information can create project parameters or shared parameters in Revit, and set the schedule information to this parameter. This can refer to my master thesis of National Taiwan University of Science and Technology: computer-aided Construction risk Assessment and Visualization of Building Information Model (Note: traditional Chinese)


how to be compatible with Autodesk-forge?? in IE browser

Menu