SuperViz for Autodesk Platform Services
Enhance your BIM Software with our SDK and API for easy integration of advanced collaboration features
Get started for freeSee live demoeasy_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.
1import { AutodeskViewer } from "@superviz/react-sdk";2import { useState } from "react";34function Room() {5const [viewerInstance, setViewerInstance] = useState(null);67return (8<AutodeskViewer9onViewerInitialized={({ viewer }) => {10setViewerInstance(viewer);11viewer.setTheme("dark-theme");12}}13isAvatarsEnabled={false}14isLaserEnabled={false}15modelUrn="<modelURN>"16clientId="<clientID>"17clientSecret="<clientSecret>"18/>19);20}2122export default Room;
1import { Presence3D } from "@superviz/autodesk-viewer-plugin";23export default {4setup() {5async function initializeAutodesk() {6Autodesk.Viewing.Initializer(options, async () => {7const viewerDiv = document.getElementById('forge-viewer');8const viewer = new Autodesk.Viewing.GuiViewer3D(viewerDiv);910await viewer.start();1112const autodeskPresence = new Presence3D(viewer, {13isAvatarsEnabled: true,14isLaserEnabled: true,15});1617room.addComponent(autodeskPresence);18});19}2021onBeforeMount(() => initializeRoom());22},23};
1import { Presence3D } from "@superviz/autodesk-viewer-plugin";234async function initializeAutodesk() {56Autodesk.Viewing.Initializer(options, async () => {7const viewerDiv = document.getElementById('forge-viewer');8const viewer = new Autodesk.Viewing.GuiViewer3D(viewerDiv);910await viewer.start();1112const autodeskPresence = new Presence3D(viewer, {13isAvatarsEnabled: false,14isLaserEnabled: false,15});1617room.addComponent(autodeskPresence);18});19}
Designed for Everywhere
Easily integrate with the world’s leading Javascript frameworks.
React
Angular
Vue.js
Vanilla js
Svelte
Next.js
jQuery
Others
real-time_demo
Mouse Pointers and Issue Management
Why Choose SuperViz
Create your first proof of concept in minutes! Our tutorials and demos are here to guide you.
Intuitive documentation and a free account - The ideal combination to run your first tests.
We love collaboration! Our Discord community is open for feedback and support.
Get access to a demos and samples to build even faster.
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 Transcripts 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.