3D Evolution Datasheet.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

3D Evolution Datasheet.Pdf Datasheet 22.07.2019 Interfaces: Operating systems Feature Feature Autodesk Inc. 3D_Evolution® Autodesk Inc. 3D_Evolution® is a registered trademark of CT CoreTechnologie GmbH. trademarks of PTC Inc. JT Open is a member of the community of Siemens PLM. Inventor® a registered trademark of Tecnomatix® portfolio are trademarks of Siemens Product Lifecycle Management Software Inc. Creo® is a registered Standard interfaces Versions Read Write and SOLIDWORKS® CATIA® are registered trademarks of Dassault Systèmes. NX™, I - Windows 7 / 8/ 10, 32 & 64 Bit Reading Writing 3D PDF (.pdf/.prc) P License management 3MF (.3mf) P P AMF (.amf) P P - WIBU CodeMeter 6.40 IGES (.igs/.iges) 5.2 / 5.3 P P - CodeMeter CmStick Dongle licenses Nastran (.nas) P P STEP (.stp/.step) AP203/214/242 P P Software modules STL (.stl) P P VDA (.vda) FS 2.0 P P - Conversion Engine: Adaptive conversion and healing VRML (.wrl/.vrml) 97 and 97zip P P - Featurebased: History, parametric, feature-recognition X3D (.x3d/.x3db) P - Advanced Compare: Geometrical Model comparison XML AP242 (.xml) P P Native interfaces Versions Read Write - Thickness Checker: Indication of critical wall thickness 3DExperience (.3Dxml) Up to R417 P P - Simplifier: Automatic creation of envelope geometries Acis (.sat/ sab) Up to R27 P P P P - FEM Tools: Defeaturing, Metaface and Midface creation CADDS / CAMU (_pd/_ps) 4 - 5 CATIA V4 (.model/.dlv/.exp/.session) All 4.x P P P - Advanced Checker: Product Data Quality checker (VDA CATIA V5 (CATPart/CATProduct/.cgr) R10 to R29 P P P P * 4955/2 – SASSIG) and model repair CATIA V6 (.3Dxml) R210 – R417 P P - Enterprise Data Manager: Web interface, DMU and batch Creo (.prt/.xpr/.asm/.xas) 13 Creo 6 P P * P P * functionalities Creo neutral (.neu) 13 15 P P Cosmos 3D (csb) P P - - Projected surface and wetted surface area computation DGN (.dgn) P P deas™ and Robcad™ software in the DWG (.dwg) P P Processed Entities EUCLID (.e3i) All 3.x P - Faces, sheetbodies, volumes and solids EUKLID (.edx) P P FBX (.fbx) P P - Assembly-structure and axis-systems Holos (.mod) P - History and parametric (reading without CAD-License!) I-DEAS (.arc/.unv/.asc) Up to NX6 P P * P * - Points and curves Inventor (.ipt/.iam) Up to 2019 P P * P * Jt (.jt) P P - Attributes, colors, layers, PMI, GD&T, tolerances Medusa 3D (.asc) P - Tessellated models NX (.prt) 11.1 NX12.1 & CR P P P P * Optimizer (.csb) P P Plmxml (.xml) P P Languages Rhino - OpenNurbs (.3dm) P P - Menus in German, English, French, Italian and Japanese ROBCAD (.rf) P P - Online help in German, English and French SOLIDWORKS (.sldprt/.sldasm) 1999 2019 P P * P P * Visi (.wkf) P - System scripting language for Batch-Programming in XT-Format (.x_t/.xmt_txt/.x_b) All 31 P P English * CT - Plug-In and CAD-System have to be available on machine .
Recommended publications
  • The Use of VRML to Integrate Design and Solid Freeform Fabrication
    The Use ofVRML to Integrate Design and Solid Freeform Fabrication Yanshuo Wang Jian Dong * Harris L. Marcus Solid Freeform Fabrication Laboratory University ofConnecticut Storrs, CT 06269 ABSTRACT The Virtual Reality Modeling Language (VRML) was created to put interconnected 3D worlds onto every desktop. The 3D VRML format has the potential for 3D fax and Tele­ Manufacture. An architecture and methodology ofusing VRML format to integrate a 3D model and Solid Freeform Fabrication system are described in this paper. The prototype software discussed in this paper demonstrates the use of VRML for Solid Freeform Fabrication process planning. The path used from design to part will be described. 1. INTRODUCTION The STL or Stereolithography format, established by 3D System, is an ASCn or binary file used in Solid Freeform Fabrication (SFF). It is a list of the triangular surfaces that approximate a computer generated solid model. This file format has become the de facto standard for rapid prototyping industries. But STL format has the limitation of visualization, communication and sharing information among different places. In the recent years, Tele­ Manufacture has become a new area in the design and manufacture research. Researchers try to create an automated rapid prototyping capability on the Internet (Bailey, 1995). In order to improve the communication and information exchange through Internet, a new data format is needed for SFF. Bauer and Joppe (1996) suggested to use Virtual Reality Modeling Language (VRML) data format as standard for rapid prototyping. VRML was created to put interconnected 3D worlds onto every desktop and it has become the standard language for 3D World Wide Web.
    [Show full text]
  • CAD-To-X3D Conversion with Product Structure and External Geometry Referencing
    CAD-to-X3D Conversion with product structure and external geometry referencing Hyokwang Lee PartDB Co., Ltd. and Web3D Korea Chapter [email protected] Engineering IT & VR solutions based on International Standards CATIA Hub_Assembly model Hub_AssemblyH (1) disc_with_holes(2) cap(3) sleeve_sub_assemblyH (4) gasket(5) cylinder(6) CATIA Hub Assembly (6 Files) Simple Conversion of Hub_Assembly into X3D Save as VRML/X3D http://web3d.org/x3d/content/examples/Basic/CAD/ Simple Conversion of Hub_Assembly into X3D Save as VRML/X3D Simple Conversion of Hub_Assembly into X3D Save as VRML Product Structure disappeared!! Representing a CAD assembly in X3D . Hub_Assembly represented in a single X3D file . Assembly structure : CADAssembly, CADPart . Geometry : CADFace CatiaHubAssembly.X3D Hub_AssemblyH (1) <CADAssembly name=“Hub_Assembly”> (1) T disc_with_holes(2) <CADPart name=“disc_with_holes” ...> <CADFace> ... </CADFace> cap(3) </CADPart> <CADPart name=“cap” ...> sleeve_sub_assemblyH (4) T(2) <CADFace> ... </CADFace> (3) T(4) </CADPart> T gasket(5) CAD2X3D cylinder(6) conversion <CADAssembly name=“sleeve_sub_assembly”> <CADPart name=“gasket” ...> T(6) T(5) <CADFace> ... </CADFace> </CADPart> . Transform information is applied to the leaf node <CADPart name=“cylinder” ...> which includes geometry. <CADFace> ... </CADFace> CATIA Hub Assembly ex) Tcylinder = T(1)*T(4)*T(6) </CADPart> (6 Files) </CADAssembly> </CADAssembly> Representing a CAD assembly in X3D . Hub_Assembly represented in a single X3D file . Assembly structure : CADAssembly, CADPart . Geometry : CADFace CatiaHubAssembly.X3D Hub_AssemblyH (1) <CADAssembly name=“Hub_Assembly”> (1) T disc_with_holes(2) <CADPart name=“disc_with_holes” ...> • Partial change <CADFace > ... </CADFace> cap(3) </CADPart> • Reusability <CADPart name=“cap” ...> sleeve_sub_assemblyH (4) T(2) <CADFace> ... </CADFace> (3) T(4) </CADPart> T gasket(5) CAD2X3D cylinder(6) conversion <CADAssembly name=“sleeve_sub_assembly”> <CADPart name=“gasket” ...> T(6) T(5) <CADFace> ..
    [Show full text]
  • 3D PDF Converter™ Detailing New Features, Bug Fixes and Updated Format Support
    Version 4.1 Release Notes Release notes for 3D PDF Converter™ detailing new features, bug fixes and updated format support. 3D PDF Converter Version 4.1 Table of Contents OVERVIEW................................................................................................................................................... 2 Version Information ............................................................................................................................ 2 Language Support Overview ................................................................................................................ 2 Definition of Release Types ................................................................................................................. 2 Acrobat Pro Compatibility ........................................................................................................................... 3 Licensing Changes ....................................................................................................................................... 3 New 3D PDF Converter License Key Required .................................................................................... 3 4.1 Improvements ....................................................................................................................................... 4 Format Updates .................................................................................................................................. 4 New Features/Enhancements ...........................................................................................................
    [Show full text]
  • 3D Visualization in Digital Library of Mathematical Function
    Web-Based 3D Visualization in a Digital Library of Mathematical Functions Qiming Wang, Bonita Saunders National Institute of Standards and Technology [email protected], [email protected] Abstract High level, or special, mathematical functions such as the Bessel functions, gamma and beta functions, hypergeometric functions The National Institute of Standards and Technology (NIST) is and others are important for solving many problems in the developing a digital library of mathematical functions to replace mathematical and physical sciences. The graphs of many of these the widely used National Bureau of Standards Handbook of functions exhibit zeros, poles, branch cuts and other singularities Mathematical Functions [Abramowitz and Stegun 1964]. The that can be better understood if the function surface can be NIST Digital Library of Mathematical Functions (DLMF) will manipulated to show these features more clearly. A digital provide a wide range of information about high level functions for library offers a unique opportunity to create cutting-edge 3D scientific, technical and educational users in the mathematical and visualizations that not only help scientists and other technical physical sciences. Clear, concise 3D visualizations that allow users, but also make the library more accessible to educators, users to examine poles, zeros, branch cuts and other key features students and others interested in an introduction to the field of of complicated functions will be an integral part of the DLMF. special functions. Specially designed controls will enable users to move a cutting plane through the function surface, select the surface color After investigating web-based 3D graphics file formats, we mapping, choose the axis style, or transform the surface plot into a selected the Virtual Reality Modeling Language (VRML) to density plot.
    [Show full text]
  • Augmented Reality Applications in the Engineering Environment
    Augmented Reality Applications in the Engineering Environment Karle Olalde Azkorreta1 and Héctor Olmedo Rodríguez2 1 University of Basque Country, UPV/EHU; C/Nieves Cano 12. 01006 Vitoria-Gasteiz, Spain [email protected] 2 Universidad de Valladolid; Campus Miguel Delives s/n. 47014 Valladolid, Spain [email protected] Abstract. In the area of engineering, we can move much in the way clients generally can interact with models or designs for new products, so we are developing various alternatives for visualization, such as Virtual and Augmented realities based on accurate models with no need of using specific software. In order to have a better and global knowledge of the possibilities we show in this paper the situation and capabilities of these technologies. From models developed with commercial programs and tools for industrial design, we propose a workflow to give everybody a chance to interact with these models. The sectors where these technologies are applied and the services offered are grouped in Industrial production systems and Learning of related disciplines. At the end conclusions will be given with every reference used. With everything, ideas for improving these technologies and the correspondent applications could be suggested to the reader. Keywords: Collaboration technology and informal learning, Augmented and virtual Reality, engineering, models. 1 Introduction In this paper we try to analyze the different options we have to represent an object in augmented reality, from 3D design programs and engineering, such as Catia, Solid Edge, Solid Works, Autocad, etc., with the objective of product design or do it more accessible to all potential customers. Augmented Reality (AR) [1, 2] is a technology in which the vision for the user in the real world is enhanced or augmented with additional information generated from a computer model.
    [Show full text]
  • The Virtual Reality Modeling Language (VRML) and Java
    The Virtual Reality Modeling Language and Java Don Brutzman Code UW/Br, Naval Postgraduate School Monterey California 93943-5000 USA [email protected] Communications of the ACM, vol. 41 no. 6, June 1998, pp. 57-64. http://www.web3D.org/WorkingGroups/vrtp/docs/vrmljava.pdf Abstract. The Virtual Reality Modeling Language (VRML) and Java provide a standardized, portable and platform- independent way to render dynamic, interactive 3D scenes across the Internet. Integrating two powerful and portable software languages provides interactive 3D graphics plus complete programming capabilities plus network access. Intended for programmers and scene authors, this paper provides a VRML overview, synopsizes the open development history of the specification, provides a condensed summary of VRML 3D graphics nodes and scene graph topology, describes how Java interacts with VRML through detailed examples, and examines a variety of VRML/Java future developments. Overview. The Web is being extended to three spatial dimensions thanks to VRML, a dynamic 3D scene description language that can include embedded behaviors and camera animation. A rich set of graphics primitives provides a common-denominator file format which can be used to describe a wide variety of 3D scenes and objects. The VRML specification is now an International Standards Organization (ISO) specification (VRML 97). Why VRML and Java together? Over twenty million VRML browsers have shipped with Web browsers, making interactive 3D graphics suddenly available for any desktop. Java adds complete programming capabilities plus network access, making VRML fully functional and portable. This is a powerful new combination, especially as ongoing research shows that VRML plus Java provide extensive support for building large-scale virtual environments (LSVEs).
    [Show full text]
  • Lightweight Formats for Product Model Data Exchange and Preservation
    Lightweight Formats for Product Model Data Exchange and Preservation Alexander Ball (1), Lian Ding (2), Manjula Patel (1) (1) UKOLN, University of Bath Claverton Down, Bath BA2 7AY, United Kingdom EMail: [email protected] EMail: [email protected] (2) IdMRC, University of Bath Claverton Down, Bath BA2 7AY, United Kingdom EMail: [email protected] ABSTRACT The designs for engineered products are increasingly defined not by technical drawings but by three-dimensional Computer Aided Design (CAD) models. With rapid turnover of computer hardware and CAD software, these models are in danger of becoming unreadable long before their usefulness has ended. One possible approach is to migrate the models into lightweight formats that are easier to preserve and from which it will be easier to recover information in the future. Such formats also have benefits for design collaboration and dissemination of product model information. Selecting the right lightweight format to use remains a problem, but considering matters of model fidelity, metadata support, security features, file size, software support, and openness, the difference between the formats is not as significant as their common advantages over full-featured, complex models. Product model data, lightweight representations, digital curation INTRODUCTION Since the turn of the millennium, the engineering sector has been undergoing a paradigm shift in the way that products are designed and manufactured or constructed. Formerly, Computer Aided Design (CAD) tools were used simply to generate blueprints and other two dimensional technical drawings, so that the official description of the product could be set down on paper. Increasingly, though, three-dimensional (3D) CAD models are being integrated into the engineering workflow, being used as the basis of finite element analysis, stereolithographic prototyping, numerical control part programmes and product inspections, for example.
    [Show full text]
  • 3Dviewstation File Formats
    Supported Formats of the 3DViewStation product family 3DViewStation Supported Formats of the 3DViewStation product family Import 3D Desktop WebViewer s r e t d d r r e e o e c c t p n r n w c a a o m i e i i s v v p l a V Supported 3D File d l x d b a a e a b e Formats File Extension Format Version D D D D D W 2 2 3 3 2 3D-PDF PDF PRC, U3D 3DViewStation 3DVS, VSXML ACIS SAT, SAB Up to 2019 Autodesk 3DS 3DS Autodesk Design DWF, DWFX Web Format Autodesk Inventor IPT, IAM Up to 2020 CATIA V4 MODEL, DLV, EXP, Up to V4.2.5 SESSION CATIA V5 CATPRODUCT, Up to V5-6 R2019 CATPART, CATShape, (R29) CGR, 3DXML CATIA V6 3DXML Up to V5-6 R2019 (R29) COLLADA DAE CPIXML CPIXML Creo (Pro/E) PRT, XPR, ASM, XAS, Pro/Engineer 19.0 to NEU Creo 6.0 Filmbox FBX ASCII: from 7100 to 7400; Binary: all GL Transmission GLTF, GLB Version 2.0 only Format HiCAD KRA, SZA Information as per November 12th 2019, valid for the latest build, subject to change without notice at any time 1 3DViewStation Supported Formats of the 3DViewStation product family Desktop WebViewer s r e t d d r r e e o e c c t p n r n w c a a o m i e i i s v v p l a Supported 3D File d l x V d b a a e a b e Formats File Extension Format Version D D D D D 2 2 3 3 W 2 I-deas MF1, ARC, UNV, PKG Up to 13.x (NX 5), NX I-deas 6 IGES IGS, IGES 5.1, 5.2, 5.3 Industry Foundation IFC IFC 2x2, 2x3, 2x4 Classes JTOpen JT Up to 10.2 LIDAR Point Cloud E57 Data File1 NX (Unigraphics) PRT UG v11.0 to v1847 Parasolid X_T, X_B Up to v31.1 PLMXML PLMXML PRC PRC Autodesk Revit2 RVT, RFA 2015 to 2019 Rhino3D 3DM 4, 5, 6 Solid Edge ASM, PAR, PWD, PSM V19 – 20, ST – ST10, 2019 SolidWorks SLDASM, SLDPRT From 97 up to 2019 STEP Exchange STP, STEP, STPZ AP 203 E1/E2, AP 214, AP 242 STEP/XML STPX, STPXZ Stereo Lithography STL All versions Universal 3D U3D ECMA-363 (1-3.
    [Show full text]
  • R-Photo User's Manual
    User's Manual © R-Tools Technology Inc 2020. All rights reserved. www.r-tt.com © R-tools Technology Inc 2020. All rights reserved. No part of this User's Manual may be copied, altered, or transferred to, any other media without written, explicit consent from R-tools Technology Inc.. All brand or product names appearing herein are trademarks or registered trademarks of their respective holders. R-tools Technology Inc. has developed this User's Manual to the best of its knowledge, but does not guarantee that the program will fulfill all the desires of the user. No warranty is made in regard to specifications or features. R-tools Technology Inc. retains the right to make alterations to the content of this Manual without the obligation to inform third parties. Contents I Table of Contents I Start 1 II Quick Start Guide in 3 Steps 1 1 Step 1. Di.s..k.. .S..e..l.e..c..t.i.o..n.. .............................................................................................................. 1 2 Step 2. Fi.l.e..s.. .M..a..r..k.i.n..g.. ................................................................................................................ 4 3 Step 3. Re..c..o..v..e..r.y.. ...................................................................................................................... 6 III Features 9 1 File Sorti.n..g.. .............................................................................................................................. 9 2 File Sea.r.c..h.. ............................................................................................................................
    [Show full text]
  • Opentext Brava Enterprise Supported Formats
    OpenText™ Brava!™ Enterprise Supported Formats This list represents the current known, tested formats supported by Brava! Enterprise. On a Windows operating system, Brava! uses 64-bit technology and typically supports any format with access to a Windows-based application that supports the print canonical verb. Linux Publishing Agent compatibility is noted where applicable. Please contact us with any format questions. 2D CAD FORMATS EXTENSION LINUX SUPPORT 906/907 Plot File 906/907 Autodesk AutoCAD Drawing (through version 2020) DWG ✓ Autodesk AutoCAD DXF (through version 2020) DXF ✓ Autodesk Design Web Format (through version 2020) DWF, DWFX ✓ Bentley Tiled Group 4 Raster TG4 ✓ CADKEY PRT Computer Graphics Metafile CGM GTX Group III, IV G3, G4 GTX Runlength RNL HP CAD ME10 (through version 13) CMI, MI HPGL Plot File 000, HGL, PLT, HPGL ✓ Intergraph Group IV CIT ✓ Intergraph Runlength RLE IronCAD drawing – embedded PDF ICD MicroStation Drawing (through version 8.11, including XM, V8i) DGN ✓ The Information Company 1 2020-09 16 EP7 Brava! Enterprise Formats 3D CAD FORMATS 1 EXTENSION LINUX SUPPORT Adobe 3D PDF 7 PDF ✓ Autodesk AutoCAD Drawing DWG ✓ Autodesk Design Web Format DWF ✓ Autodesk Inventor (through version 2019) IPT, IAM ✓ Autodesk Revit 8 (2015 to 2020) RVT, RFA ✓ CATIA V4 MODEL, SESSION, DLV, EXP ✓ CATIA V5 CATPart, CATProduct, ✓ CATShape, CGR CATIA V6 3DXML ✓ HOOPS Streaming Format 2 HSF ✓ I-DEAS and NX I-DEAS 6 MF1, ARC, UNV, PKG ✓ Industry Foundation Classes (versions 2, 3, 4) IFC ✓ Initial Graphics Exchange Specification
    [Show full text]
  • COLLADA: an Open Standard for Robot File Formats
    COLLADA: An Open Standard for Robot File Formats Rosen Diankov*, Ryohei Ueda*, Kei Okada*,Hajime Saito** *JSK Robotics System Laboratory, The University of Tokyo ** GenerarlRobotix Inc. Sept 8, 2011, 09:30-11:00 and 12:30-14:00 Introduction • Robotics Software Platforms – To share research tools between robots • Missing Link: Standard Robot File Format OpenRAVE for planning EusLisp ROS for PR2 Robot File Format OpenHRP for controllers DARwIn-OP Choregraphe for Nao Webots Standard Robot File Format • Define robot file format standards ? – Kinematics, Geometry, Physics – Sensors, Actuators – And more ???? • Content-scalable – There will always be information that another developer wants to insert – NOT adding new information to extend the original content, BUT adding new content. – Manage new content and allow extensibility of existing content with the scalability. COLLADA Features (1) • COLLADA:COLLAborative Design Activity – http://www.khronos.org/collada/ • XML-based open standard • Originally started as 3D model format Mimic joint • Most recent version(1.5) supports physics, kinematics and b-rep splines. • Supported by Blender, OpenSceneGraph and SolidWorks. Closed link COLLADA Specification • Core content management tags to dictate the referencing structures – Geometries, kinematics bodies, physics bodies and joints as libraries • Defines different type of scenes for graphics, physics and kinematics – Bind joints and links to form these scenes, not one- to-one relations between graphics and kinematics • COLLADA kinematics supports
    [Show full text]
  • Implementation of Web 3D Tools for Creating Interactive Walk Through
    INTRODUCTION OF SVG AS A DATA INTERCHANGE FORMAT FOR ARCHITECTURAL DOCUMENTATIONS Günter Pomaska Faculty of Architecture and Civil Engineering, Bielefeld University of Applied Sciences, Germany [email protected] CIPA Working Group VII - Photography Keywords: Architecture, Internet / Web, modelling, architectural heritage conservation, vector graphics Abstract: Web tools provide software for generating data formats and interactive viewing. Since the bandwidth of the Web is still limited, not by technology but accessibility of hardware, several companies introduced their own formats. Targeting to small file formats and speed. One can observe that since 1997 3D environments are published on the Web. Numerous software packages were released to the market. Lots of them escaped soon without reaching importance. Due to the proprietary formats and the limited bandwidth of the Internet connections most of them became failures. VRML, virtual modelling language, was introduced to create and model virtual environments. This standard, defined by the Web 3D consortium, is more used for off-line presentations instead of distributing 3D worlds via the Internet. SVG (scalable vector graphics) introduced in 2001 is limited to 2D and should be the answer of the Web community to Macrome- dia’s Flash. SVG is defined by the World Wide Web Consortium (W3C) for 2D vector graphics. The success of SVG lies in its standardisation and unification of this XML-based language. With SVG interactive viewing and animation of graphic content is possible. A visitor of a Web site can zoom through maps and drawings, containing a huge amount of data. The quality of the presen- tation is high and even loss-free despite very large-scale factors.
    [Show full text]