Relative Content

Tag Archive for autodesk-forgeautodesk-viewerautodesk-model-derivative

Error to load CameraRotation extension in Autodesk APS viewer

function loadModel(viewer, urn) {
function onDocumentLoadSuccess(doc) {
viewer.loadDocumentNode(doc, doc.getRoot().getDefaultGeometry());
viewer.loadExtension(‘CameraRotation’);
}
function onDocumentLoadFailure(viewerErrorCode, message) {
console.error(‘onDocumentLoadFailure() – errorCode:’ + viewerErrorCode);
console.error(message);
}
window.location.hash = urn;
Autodesk.Viewing.Document.load(‘urn:’ + urn, onDocumentLoadSuccess, onDocumentLoadFailure);
}

model is flickering in the autodesk forge viewet

I am using autodesk forge viewer and loading some ifc files in the viewer.The model is loading but when i choose first person to walk in the model the model is flickering .Is there any way to get ou of the problem
enter image description here example if iam loading a building model when i select first person to walk in or inside the model the model is flickering .

TranslationWorker-Internal Failure: Tr worker failed to unzip

I am working on loading a STEP model to an APS (Autodesk Platform Services) viewer. The STEP model is getting uploaded in the bucket and then I am trying to translate into SVF and getting TranslationWorker-Internal Failure: Tr worker failed to unzip. Please refer to the snapshot in which you can see I have used Visual Studio Code APS extention. Visual Studio Code APS extension snapshot for reference