Software Product

Total Page:16

File Type:pdf, Size:1020Kb

Software Product DEVELOPERS GUIDE BIOVIA DRAW 2016 Copyright Notice ©2016 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA and NETVIBES are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners. Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval. Acknowledgments and References To print photographs or files of computational results (figures and/or data) obtained using BIOVIA software, acknowledge the source in an appropriate format. For example: "Computational results obtained using software programs from Dassault Systèmes BIOVIA. The ab initio calculations were performed with the DMol3 program, and graphical displays generated with Draw." BIOVIA may grant permission to republish or reprint its copyrighted materials. Requests should be submitted to BIOVIA Support, either through electronic mail to [email protected], or in writing to: BIOVIA Support 5005 Wateridge Vista Drive, San Diego, CA 92121 USA ExtendableRenditorDemo 28 Contents StructureResolver API 29 Deployment of the Example 30 Draw Overview 1 DemoRendererCustomAssemblyResolver 34 Customizing Draw 1 DemoLateBoundRenditor 35 Important Files and Documents 1 Add-ins: Actions and Tools 37 The Draw Editor 2 About Add-in Actions 37 Using Draw in a .NET Application 2 Add-in Action Example: Using Draw in a Java Application 2 DisplaySmilesStringAction 37 Components, Classes, and Utilities of Draw 3 Files for the Add-in Action 37 Examples Summary 4 Setting up the AddIns Directory 38 DemoRenditorMulti Example 5 Editing the DisplaySmilesString.xml File 38 Supplemental Information 6 Testing the Example 39 API: Getting Started 8 Customizing the Menu 40 About the BIOVIA Draw API 8 Removing an Add-in Action 40 DemoHeadlessRenderer Example 8 Implementing the IAction Interface for Your .NET API GettingStarted Example 9 Add-in Action 40 Designing the Form 10 About Add-in Tools 41 Add-in Tool Example: Identify Atom, Bond, or Coding the Behavior 12 Sgroup 41 Testing the Application 13 Run the Example 41 DemoRenditorSimple Example 14 Making your Add-in Tool Project 43 DemoRenderer Example 15 Undo Incrementally for Action or Tool 45 Start the Demo Renditor Multi Example 17 Undo for an Action 45 Synchronize Preference Settings 18 Building the DLL for Undo Action 46 Special API Features 19 Examples: Internet Explorer and C++ 48 Determining if a Structure is a rReaction or a Molecule 19 Internet Explorer Examples 48 Enabling Structure Editing 19 Installation Requirements for Use in HTML 48 Removing the Rendered Structure 19 Renditor in the Internet Explorer Example 49 Setting Highlight for Implicit Carbons 19 How to Use the Renditor Example 49 Setting the XML Configuration File for a Renditor and Renderer in IE Example 50 Renditor 19 Writing your External JavaScript File 51 Example: How to Set the Primary XML COMStructureChanged Event Example 52 Config file Using the API 19 Demo Renderer Double Clicked Event V3000 molfile Output 20 Example 53 Example: ForceV3000 API 20 ASP Example 54 Disabling Chem Check from Transfer Back to Deploying the ASP example on the IIS server 54 Renditor 21 Launch the ASP example through the IE client 55 Edit the XML Configuration file for Starting IIS 55 donetoolbar 21 Deploying the ASP Example on the IIS server 55 Specify the XML Configuration File for the Renditor 22 Launching the ASP Through the IE Client 56 Java Native Interface 23 C++ Examples 58 Swing JPanel Version 23 Renderer_MFC 58 AWT Version 25 Renditor_MFC 59 Custom Ptable for a JMolRendererCom Java API References - Links 61 application 26 Draw .NET API Reference 61 JMolRendererCom API Method 27 Draw Java API 61 Facade API 27 Draw Overview Customizing Draw 1 Using Draw in a .NET Application 2 Using Draw in a Java Application 2 Components, Classes, and Utilities of Draw 3 Examples Summary 4 Supplemental Information 6 Customizing Draw Draw is an application for drawing, displaying, and editing chemical structures, including biopolymers. As an application developer, you can use the Draw API to create custom actions and add-ins that extend functionality for tools, buttons, and menu items. You can also create Isentris applications that call Draw, and add components such as the Renderer and Renditor in to Microsoft® Visual Studio® .NET applications. You can edit the XML configuration file to modify the chemical drawing environment match workflow needs in your organization. You can customize Draw in three ways: n Edit the XML Configuration File n Using Draw in a .NET application Draw includes example applications that involve the API as well as examples that involve the XML configuration file only. See Examples Summary for a list of examples available. Draw also allows you to work with biopolymers. See the Biopolymer Representation chapter in BIOVIA Chemical Representation, which is installed as [draw_home] \docs\Draw\devguide\BIOVIAChemicalRepresentation.pdf Important Files and Documents The following are important files that you use when modifying or running Draw. They are located in the root directory of the Draw installation. File Name Description BIOVIADraw.exe Draw executable (also available from the Start menu) AccelrysDraw-net.xml XML configuration file that specifies the XML files that define the Draw user interface. BIOVIA Chemical <draw_ Representation home>\docs\Draw\devguide\BIOVIAChemicalRepresentation.pdf Note: If you have a custom Ptable (periodic table), see the Customizing the BIOVIA Ptable chapter in BIOVIA Chemical Representation. Access Draw examples from within a Microsoft Visual Studio .NET environment by launching the Examples.sln solution file in the Examples directory of the Draw installation. For an overview of how to build your own application that customizes Draw, see API: Getting Started. BIOVIA Draw Overview | Page 1 The Draw Editor The Editor control allows you to create and modify structures. The Draw API does not provide direct access to the Editor. A user can interact with the Editor by launching Draw.exe or by double-clicking a Renditor, which then launches the Editor. Notes: For an example of how an application that adds functionality to Draw can get a handle to the Editor by using the IEditor interface, see Add-ins: Actions and Tools. For details and syntax, see Draw API Reference for .NET. Draw, by default, is a modeless application. There is no API to make the Draw editor modal. However: n If the form that contains the Renditor that invokes the editor is modal, then the editor will also be modal n If the form that contains the Renditor that invokes the editor is modeless, then the editor will also be modeless Using Draw in a .NET Application The Draw API provides a standard .NET interface that you can call from your application. See API: Getting Started and API References - Links. You can use the Draw API to perform tasks such as the following: n Use Draw in a .NET application. For example, including the Renderer or Renditor in a .NET form. n Use a Renderer and the Renditor in an HTML page. A web server application can accept query structures from web clients and return matching structures to those web clients. Both the web server and the clients must have an installation of Draw for .NET. n Extend the functionality of the structure Editor’s menu item actions and toolbar button tools by using: n Add-ins for third-party functionality n Custom Add-ins for functionality your write yourself. Interfaces exist to the structure Editor as well as to the selected molecule, atom, bond, Sgroup, menu item, or tool. n Generate multiple image files (bmp, gif, png, tif, wmf) from structure data for reporting by using the HeadlessRenderer’s SaveMoleculeAsImage method. n Create a common look and feel for the display of structures. For example, you can ensure that when a renditor calls an editor, the renditor’s DisplayPreferences (such as BackColor and AromaticRingsAsCircles) apply to the editor. Using Draw in a Java Application A Java application can launch the Draw .NET renderer and editor by using the API of com.mdli.draw.JMolRendererCom at <draw_home>\docs\Draw\api-java\index.html The API Reference is available at JMOLRendererCOM javadoc Page 2 | BIOVIA Draw • Developers Guide Components, Classes, and Utilities of Draw Draw provides components for drawing, displaying, and editing chemical structures (molecules and reactions), as well as a command-line utility for image file generation. To customize Draw for your application, use the following components, classes, and tools. To learn how to configure Draw by editing XML configuration files, see Draw Configuration Tasks in the Draw Configuration Guide. For More Info, see Component Description Draw API Reference for .NET structure Editor Enables the end-user to draw and modify chemical IEditor structures. The Editor is also the Draw standalone interface application. Renderer A control that displays structures Renderer class Renditor A special renderer control that enables the end-user to Renditor class launch a structure Editor by double-clicking anywhere on the canvas HeadlessRenderer An invisible renderer control that paints a structure to HeadlessRenderer an image file. class Note: A command-line utility also outputs image files (see Command-line Image File Conversion: ImageGenerator in the Draw Configuration Guide) Two classes are particularly important.
Recommended publications
  • What's New in Solidworks 2019—3D
    WHAT’S NEW IN SOLIDWORKS 2019—3D CAD MESH MODELING OPENS UP NEW DESIGN Benefits 1 POSSIBILITIES Increased capabilities for mesh geometry • Easily create complex textures by converting 2D appearances streamlining reverse into real 3D geometry engineering and • Use mesh files like they are solids using the new Segment topology optimization. Mesh • Automatically create 2D sketches at intersections of geometry and a plane with the Slicing command NEW WAYS TO INTERACT WITH SOLIDWORKS Benefits 2 • Support for Microsoft® Surface dial from the Surface Studio Be more productive with the latest • Sketch gesture recognition enhancements including splines interfaces devices and and slots SOLIDWORKS. • Improved Touch mode gestures including copy, select and drag, and 3D rotate lock • Customize task pane tabs EXTEND YOUR SOLIDWORKS EXPERIENCE IN AR/VR Benefits 3 • Simplify the path from SOLIDWORKS® to Augmented (AR) Faster performance and new ways to and Virtual Reality (VR) with a new export option called interact with your Extended Reality (XR) CAD data in AR/VR. • Full support of latest graphics card types results in a dramatic frame rate increase CREATE AND WORK WITH LARGE ASSEMBLIES Benefits 4 FASTER Massive performance gains and workflow • Create new assemblies in Large Design Review mode optimization with • Enhanced Defeature tool gives more control and usability for large assemblies. IP protection • Save assembly as multi-body part has more options and more control • Automatically lock rotation for Toolbox fasteners CLEARER AND FASTER COLLABORATION Benefits 5 • New export options for AEC and 3D Interconnect now More options for import and export to supports IFC import make collaboration • 3D Mark up on parts and assemblies (also Pen/Touch enabled) easier.
    [Show full text]
  • Dassault Systèmes Products Lines Releases Support Life Cycle Dates for Licensed Program
    Dassault Systèmes Products Lines Releases Support Life Cycle Dates For licensed program | ref.: 3DS_Document_2014ref.: | © Dassault Systèmes | Confidential Information | 5/23/14 © Dassault| Confidential Systèmes 3DS.COM Applicable as of - 6/8/2018 Dassault Systèmes - Customer Support Table of contents 1. 3DEXPERIENCE ........................................................................................................... 4 2. 3DEXCITE ..................................................................................................................... 5 3. BIOVIA ........................................................................................................................... 6 4. CATIA Composer ........................................................................................................... 7 5. CATIA V4 ....................................................................................................................... 8 6. CATIA AITAC ................................................................................................................. 9 7. DELMIA APRISO ......................................................................................................... 10 8. DELMIA ORTEMS ....................................................................................................... 11 9. DYMOLA...................................................................................................................... 12 10. ELECTRE & ELECTRE Connectors for V5 .................................................................
    [Show full text]
  • ISIGHT Brochure
    ISIGHT AUTOMATE DESIGN EXPLORATION AND OPTIMIZATION ISIGHT INDUSTRY CHALLENGES In today’s computer-aided product development and manufacturing environment, designers and engineers are using a wide range of KEY BENEFITS software tools to design and simulate their products. Often, the • Reduce time and costs parameters and results from one software package are required as • Improve product reliability inputs to another package, and the manual process of entering the required data can reduce efficiency, slow product development, and • Gain competitive advantage introduce errors in modeling and simulation assumptions. SIMULIA’s Isight Solution Isight provides designers, engineers, and researchers with an open system for integrating design and simulation models—created with various CAD, CAE, and other software applications—to automate the execution of hundreds or thousands of simulations. Isight allows users to save time and improve their products by optimizing them against performance or cost metrics through statistical methods, such as Design of Experiments (DOE) or Design for Six Sigma. Isight combines cross-disciplinary models and applications together in a simulation process flow, automates their execution, explores the resulting design space, and identifies the optimal design Isight parameters based on required constraints. Isight’s ability to manipulate and map parametric data between process steps and automate multiple simulations greatly improves efficiency, reduces manual errors, and accelerates the evaluation of product design alternatives. Open Component Framework Isight provides a standard library of components— including Excel™, Word™, CATIA V5™, Dymola™, MATLAB®, COM, Text I/O applications, Java and Python Scripting, and databases—for integrating and running a model or simulation. These components form the building blocks of simulation process flows.
    [Show full text]
  • Biovia Materials Studio Motif Datasheet
    BIOVIA MATERIALS STUDIO MOTIF DATASHEET BIOVIA Materials Studio Motif expands BIOVIA’s toolset for BIOVIA Materials Studio Motif supports two primary workflows: crystal engineering efforts. It is a tool designed to analyze To extract connectivity information of molecular crystals and to connectivity information in molecular crystals, providing a compare this connectivity information to experimentally know qualitative and quantitative analysis method of hydrogen structures. bond topologies. Combined with the predictive capabilities of The first workflow uses previously defined contact points – Polymorph, BIOVIA Materials Studio Motif helps categorizing typically hydrogen bond acceptors/ donors or ionic contacts proposed packing arrangements and introduces a similarity – to search for bonding motifs: Rings, infinite and finite chains, measure to related structures available in the Cambridge discrete motifs, and intermolecular contacts. Structural Database (CSD), allowing for a statistical scoring of proposed structures The second workflow queries the Cambridge Structural Database (CSD) for similar or related structures and their Polymorphism affects a wide array of materials properties, bonding motifs. BIOVIA Materials Studio Motif uses a similarity including solubility, bioavailability, mechanical stability, and measure – based on Tanimoto coefficients – to gauge whether manufacturability. For researchers dealing with solidification the bonding motifs of comparable CSD structures match those processes, selecting an optimal form introduces both challenges of the analyzed structure. As a result a similarity score is and opportunities. BIOVIA Materials Studio Motif supports these assigned to the analyzed structure. This allows for a statistical scientific efforts by generating knowledge about hydrogen comparison of a proposed new polymorph and previously bond topologies. This knowledge can help categorizing the known structures with similar molecular architecture.
    [Show full text]
  • Guidelines for Papers to Be Presented at the ABAQUS Users' Conference
    Multiscale Modeling of Polymer Composites: From Atomistic Simulation to Structural Analysis Takaya Kobayashi, Kensuke Ogawa Mechanical Design & Analysis Corporation Satoru Yamamoto, Riichi Kuwahara Dassault Systemes BIOVIA K.K. Ryosuke Matsuzaki Tokyo University of Science Abstract: A multiscale modeling procedure was presented to design thermosetting resins and products of polymer composites. Heat curing and cross-linking reaction steps were considered with activation energy and heat generation via molecular dynamics simulation of BIOVIA Materials Studio. The mechanical properties and adhesive strength for fillers were also estimated, and were assigned to SIMULIA Abaqus. Using the Abaqus fracture analysis capability, the crack propagation behavior, including matrix-failure and interface-failure, was investigated. Keywords: Polymer Composites, Multiscale Modeling, Atomistic Simulation and Structural Analysis. 1. Introduction Polymer composites formed by thermosetting resins and carbon fibers are promising materials in transportation systems, such as airplanes and automobiles, owing to their light weight and high stiffness. In thermosetting resins, combinations of epoxy and amine compounds are widely used as the base resin and curing agent, respectively. The curing process of the thermosetting resin was investigated, as shown in Figure 1. The mechanical behavior of the curing process can be characterized by thermo-rheological behaviors (typically, the expression of elasticity owing to gelling and the volumetric change owing to curing shrinkage). From an experimental point of view, the expression of elasticity is evaluated by viscoelastic measurements using a shear rheometer with parallel plates, whereas the curing shrinkage is measured typically by volumetric dilatometry. These measurements must be followed by an estimation of the curing (hardening) degree, which indicates the degree of progression of the curing reaction of the polymeric materials.
    [Show full text]
  • About Geovia
    ABOUT GEOVIA OVERVIEW Globally, Dassault Systèmes’ GEOVIA employs over 150 GEOVIA is part of Dassault Systèmes, the 3DEXPERIENCE® mining professionals in all major mining centers. With expert Company. While GEOVIA’s focus is currently on the mining knowledge of their regions, and local language and cultural industry, its objective is to model and simulate our planet, understanding, our services professionals are highly skilled at improving predictability, efficiency, safety, and sustainability maximizing the benefits of its software solutions. throughout the natural resources sector. WHAT CLIENTS SAY ABOUT GEOVIA DASSAULT SYSTÈMES AND MINING “InSite provided a quick return on investment – we were up When mining companies seek to increase mine productivity, and running in production in just two months. Thanks to they turn to Dassault Systèmes for technology and services. It InSite, our stockpile balances can be accurately calculated and is home to world renowned and award winning mining we have the ability to report on numbers we can rely on.” solutions and to industry thought leaders who are pushing the — André van Wageningen boundaries of what’s possible in mining. The largest global Engineering Superintendent, Agnico-Eagle Kittilä Mine supplier of mining software, Dassault Systèmes’ GEOVIA delivers comprehensive solutions in all major mining centers in “The broader application of GEOVIA MineSched has improved more than 135 countries at over 4,000 sites. Every major our ability to reach to changes in external conditions such as mining company is a Dassault Systèmes client. the downturn in commodity prices and changing site conditions such as harder ore types and higher arsenic WHY MINING COMPANIES grades.
    [Show full text]
  • Intelligent Customer Analytics a Data-Driven Solution for Boosting Customer Engagement and Loyalty
    BUSINESS SERVICES INTELLIGENT CUSTOMER ANALYTICS A DATA-DRIVEN SOLUTION FOR BOOSTING CUSTOMER ENGAGEMENT AND LOYALTY GAIN HOLISTIC, ACTIONABLE CUSTOMER INSIGHTS, MAKE SMARTER DECISIONS AND IMPROVE YOUR CUSTOMER’S EXPERIENCE If you embrace digital transformation, can you improve customer engagement, distill actionable customer insights to increase efficiencies, and strengthen customer trust? INTELLIGENT CUSTOMER ANALYTICS “With a customer engagement system…like EXALEAD OneCall*, we have a better client employee experience overall.” 360º TIMELINE INSTANT — Frédéric360 LOUISº NEXT VIEW Chief InformationCOLLABORAT OfficerION Eovi McdPL UmutuelleS BEST ACTION Data Multi-channel Internal Extended Recommended Discovery Customer Behavior Sharing Content Actions Increasingly digitally savvy customers with an appetite for personalized and sophisticated products are demanding greater simplicity and stronger client engagement. Regulators are demanding greater transparency and more discipline and all industries are facing a more competitive and challenging environment. Only those institutions that can distill actionable customer insights from disparate sources of enterprise and social data can transform the challenges of the current environment into opportunities, regain customer trust, increase operational efficiencies, and gain a competitive advantage. If you embrace digital transformation, can you you compete more effectively, differentiate, and win back customer trust whilst competitors are side-lined as they undergo passive transformation? BUSINESS
    [Show full text]
  • What's New in Biovia Materials Studio 2020
    WHAT’S NEW IN BIOVIA MATERIALS STUDIO 2020 Datasheet BIOVIA Materials Studio 2020 is the latest release of BIOVIA’s predictive science tools for chemistry and materials science research. Materials Studio empowers researchers to understand the relationships between a material’s mo- lecular or crystal structure and its properties in order to make more informed decisions about materials research and development. More often than not materials performance is influenced by phenomena at multiple scales. Scientists using Materials Studio 2020 have an extensive suite of world class solvers and parameter sets operating from atoms to microscale for simulating more materials and more properties than ever before. Furthermore, the predicted properties can now be used in multi-physics modeling and in systems modeling software such as SIMULIA Abaqus and CATIA Dymola to predict macroscopic behaviors. In this way multiscale simulations can be used to solve some of the toughest pro- blems in materials design and product optimization. BETTER MATERIALS - BETTER BATTERIES Safe, fast charging batteries with high energy density and long life are urgently needed for a host of applications - not least for the electrification of all modes of transportation as an alternative to fossil fuel energy sources. Battery design relies on a complex interplay between thermal, mechanical and chemical processes from the smallest scales of the material (electronic structure) through to the geometry of the battery cell and pack design. Improvements to the component materials used in batteries and capacitors are fundamental to providing the advances in performance needed. Materials Studio provides new functionality to enable the simula- tion of key materials parameters for both liquid electrolytes and electrode components.
    [Show full text]
  • Biovia Quality Statement
    BIOVIA QUALITY STATEMENT Datasheet COMPANY INFORMATION Organization establishes a basis for the content of the quality Headquartered in San Diego, California, BIOVIA, Dassault Sys- system, and IEEE provides additional standards for processes, tèmes (BIOVIA) supports science-based industries by providing tools and documentation. a scientific collaborative environment for advanced biological, Dassault Systèmes, the parent company of the BIOVIA brand, has chemical and materials experiences. With the goal of helping achieved ISO 9001:2015 for the Quality Management System organizations develop better products faster and more cost for the 3DEXPERIENCE platform cloud applications. To request effectively, BIOVIA supports customers in the Life Sciences and and download the certificate, go to https://www.3ds.com/ Materials Science & Engineering sectors to help them: about-3ds/ethics-and-compliance/quality-compliance/. • Enhance product and process insight In addition, many of the world’s leading pharmaceutical compa- • Facilitate collaboration, both internally and across externalized nies have audited the BIOVIA quality system and have approved research networks, and BIOVIA as a quality strategic supplier. • Accelerate compliant product and process development from Our system mandates quality procedures that are implemented research through late-stage QC/QA, manufacturing and during the product development process, such as periodic audits, commercialization the use of development and process document templates, execu- tive approval of processes and plans, quality compliance oversight Refer to the BIOVIA Brand Profile datasheet for more informa- and on-line access to process documents. New employees receive tion and history. quality system training as part of their new employee orienta- tion, as well as on-going training on process changes for existing QUALITY MANAGEMENT SYSTEM employees.
    [Show full text]
  • Running an Abaqus Job on the Cloud
    SIMULIA COMMUNITY NEWS #18 December 2017 EMPOWERED BY THE CLOUD COVER STORY DIGITAL ORTHOPAEDICS 6 | DigitalAdmedes Orthopaedics In this Issue December 2017 3 Welcome Letter Bruce Engelmann, SIMULIA R&D VP & CTO 4 Future Outlook Accessing the Latest Simulation Technologies from SIMULIA on the Cloud 6 Cover Story Digital Orthopaedics: Feet in the Cloud 10 | The Living Heart 9 Solution Highlight A Simulation Tool that Connects the Dots on the 3DEXPERIENCE Platform 10 The Living Heart on the Cloud Growing Awareness of the Value of Modeling and Simulation for Life Sciences 12 Solution Update: Virtual Human Modeling on The Cloud Advance Biomedical Engineering Through Realistic Simulation 14 Tech Tip Running an Abaqus Job on the Cloud 12 | Virtual Human 15 Alliances Using Your SIMULIA Portfolio License on the Cloud Modeling 17 Vertical Applications Democratize Analysis using Simulation Vertical Applications 18 3DEXPERIENCE for Academia + SIMULIA Bringing Innovation and Industry into the Classroom Contributors: Parker Group & Digital Orthopaedics On the Cover: Mr. Eric Halioua, Dr. Thibaut Leemrijse, Dr. Bruno Ferré, Digital Orthopaedics Photo by: Couloir 3, Paris, France 18 | Academic SIMULIA Community News is published by Dassault Systèmes Simulia Corp., 1301 Atwood Avenue, Suite 101W, Johnston, RI 02919, Tel. +1 401 531 5000, Fax. +1 401 531 5005, [email protected], www.3ds.com/simulia Editor: Tad Clarke Associate Editor: Kristina Hines Graphic Designer: Todd Sabelli ©2017 Dassault Systèmes. All rights reserved. 3DEXPERIENCE®, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, 3DSWYM, BIOVIA, NETVIBES and 3DEXCITE are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S.
    [Show full text]
  • NET COMPONENT DEVELOPMENT GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2017 Copyright Notice
    .NET COMPONENT DEVELOPMENT GUIDE PIPELINE PILOT INTEGRATION COLLECTION 2017 Copyright Notice ©2016 Dassault Systèmes. All rights reserved. 3DEXPERIENCE, the Compass icon and the 3DS logo, CATIA, SOLIDWORKS, ENOVIA, DELMIA, SIMULIA, GEOVIA, EXALEAD, 3D VIA, BIOVIA and NETVIBES are commercial trademarks or registered trademarks of Dassault Systèmes or its subsidiaries in the U.S. and/or other countries. All other trademarks are owned by their respective owners. Use of any Dassault Systèmes or its subsidiaries trademarks is subject to their express written approval. Acknowledgments and References To print photographs or files of computational results (figures and/or data) obtained using BIOVIA software, acknowledge the source in an appropriate format. For example: "Computational results obtained using software programs from Dassault Systèmes BIOVIA. The ab initio calculations were performed with the DMol3 program, and graphical displays generated with Pipeline Pilot." BIOVIA may grant permission to republish or reprint its copyrighted materials. Requests should be submitted to BIOVIA Support, either through electronic mail to [email protected], or in writing to: BIOVIA Support 5005 Wateridge Vista Drive, San Diego, CA 92121 USA Contents Chapter 1: Introduction 1 About .NET Component Development 1 Who Should Read this Guide 1 Requirements 1 Getting Started with .NET Component Development 1 .NET Component API 2 Component Interface 2 Additional Information 2 Chapter 2: .NET Integration Components and Examples 3 Dynamic .NET (on Server)
    [Show full text]
  • Exalead Onecall Collaboration
    EXALEAD ONECALL COLLABORATION SUMMARY EXALEAD OneCall aggregates onto one screen all the data from your CRM, internal systems and the WWW in real time. A customer engagement application, it is designed to help firms facing sales and marketing challenges. One of the most innovative functions of OneCall is how it facilitates internal collaboration. Thanks to its capability to manage raw data, the solution is able to show all the events that employees want to “follow” and pushes to them information they may be interested in. Flow management and administrative dashboards are not required. A collaborator can follow and share any information they may be interested in. OneCall searches and links data to each employee according to his preferences. It indexes the data any employee would like to share. Even the customers can collaborate with the firm thanks to the solution. In addition, supervisory screens are available for managers to have a complete overview. DATA-LED COLLABORATION • Thanks to its semantic engine, EXALEAD OneCall analyzes data. • Heterogenous events are available any time. It may concern actions generated by channels (voice, email, chat etc.) or product information, customer conversations, weak signals (from logistics, customer consumption). • Collaborators and customers follow data categories that interest them (their product, city, contacts, tags, etc.). • A newsfeed is available (mobile or PC), depending on reader interests. • Collaborators and customers can interact, posting, following, and commenting. • The semantic rules engine makes recommendations for reacting to an event, even proactively. • Algorithms analyze exchanges to detect and anticipate behaviors. ADVANTAGES FOR COMPANIES AND CUSTOMERS • Forge new ways to exchange by prioritizing collaborator responsibilities.
    [Show full text]