SuperViz for Autodesk Platform Services

SuperViz for Autodesk Platform Services

Enhance your BIM Software with our SDK and API for easy integration of advanced collaboration features

easy_integration

For developers, by developers

Our developer friendly feature-rich API and SDK gets you up and running with just a few lines of code.

				
					import { AutodeskViewer } from "@superviz/react-sdk";
import { useState } from "react";

function Room() {
  const [viewerInstance, setViewerInstance] = useState(null);

  return (
    <AutodeskViewer
      onViewerInitialized={({ viewer }) => {
        setViewerInstance(viewer);
        viewer.setTheme("dark-theme");
      }}
      isAvatarsEnabled={false}
      isLaserEnabled={false}
      modelUrn="<modelURN>"
      clientId="<clientID>"
      clientSecret="<clientSecret>"
    />
  );
}

export default Room;
				
			
				
					import { Presence3D } from "@superviz/autodesk-viewer-plugin";

export default {
    setup() {
        async function initializeAutodesk() { 
            Autodesk.Viewing.Initializer(options, async () => {
	            const viewerDiv = document.getElementById('forge-viewer');
                const viewer = new Autodesk.Viewing.GuiViewer3D(viewerDiv);

                await viewer.start();

    	        const autodeskPresence = new Presence3D(viewer, {
    	            isAvatarsEnabled: true,
            	    isLaserEnabled: true,
    	        });

	            room.addComponent(autodeskPresence);
            });
        }
    
        onBeforeMount(() => initializeRoom());
    },
};
				
			
				
					import { Presence3D } from "@superviz/autodesk-viewer-plugin";


async function initializeAutodesk() {
	
	Autodesk.Viewing.Initializer(options, async () => {
		const viewerDiv = document.getElementById('forge-viewer');
		const viewer = new Autodesk.Viewing.GuiViewer3D(viewerDiv);
	
		await viewer.start();
	
		const autodeskPresence = new Presence3D(viewer, {
			isAvatarsEnabled: false,
			isLaserEnabled: false,
		});
	
		room.addComponent(autodeskPresence);
	});
}
				
			

Designed for Everywhere

Easily integrate with the world’s leading Javascript frameworks.

React

Angular

Vue.js

Svelte

jQuery

Vanilla js

Next js

Others

real-time_demo

Mouse Pointers and Issue Management

features

Extend Autodesk Platform Services with a complete set of features

Real-time Co-Editing

Boost productivity by letting users collaboratively edit and work on documents, designs, or content in real-time. Witness the magic of multiple users bringing ideas to life simultaneously.

Contextual Comments

Add threaded comments for direct feedback on vector points inside of a 3D space. Reduce miscommunication and ensure faster resolutions

Real-time mouse pointers

Enhance user engagement whether they’re navigating a web page or exploring 3D environments. Shared mouse pointers seamlessly adapt, providing intuitive interactions in every setting.

See who’s online

Add avatars, badges, profile images to your application to quickly see who is online inside the same room.

Video Huddle SDK

Integrate high-quality video conferencing directly into your app, allowing users to connect face-to-face for clearer communication, brainstorming, or presentations.

AI Transcript API

Easily bring AI to your video conference meetings with our AI Transcript API . Obtain essential meeting insights, generate concise summaries, pinpoint crucial decisions and much more.

Why extend your Autodesk Platforms Services Solution?

Real-Time Issue Resolution

Our tools allow for immediate identification and resolution of issues. Teams can address problems as they arise during the design and construction process, preventing delays and reducing the need for costly post-construction fixes.

Improved Risk Management

Collaborative BIM environments help in better identifying and managing risks. Teams can collectively assess potential risks in the design and construction phases, allowing for proactive mitigation strategies.

Comprehensive Documentation and Traceability

Enhance the documentation process, ensuring all changes and decisions are recorded. This traceability is crucial for accountability and future reference.

Remote Accessibility and Flexibility

Teams can collaborate from anywhere, breaking down geographical barriers. This flexibility is especially beneficial in today’s global and often remote working environments.

Enhanced Team Synergy and Productivity

Enable teams to work more cohesively, leading to increased productivity. The seamless exchange of ideas and information fosters a more efficient and effective working environment.

Client and End-user Involvement

Remote Collaboration features can facilitate client and end-user involvement during the design phase, ensuring the final product meets or exceeds expectations.

What is SuperViz?

SuperViz offers developers a comprehensive SDK for building interactive, real-time collaborative applications. Ideal for enhancing design and data workflows, it provides a collection of collaboration components that integrates into modern web-applications.

What is AutoDesk APS?

Autodesk Platform Services, is a set of evolving APIs and services to help you customize solutions, create innovative workflows, and integrate other tools and data with our platform.

This website uses cookies to give you the best experience. See our Privacy Policy for further details.