WiseImage Open Architecture. Why to open? Modern technology demands A growing amount of customers demands for custom commands The limited development.

Презентация:



Advertisements
Похожие презентации
WiseImage Open Architecture Lessons Mission Impossible.
Advertisements

WiseImage 6.0 for AutoCAD 2000/2000i/2002/2004 and AutoCAD LT 2000/2000i/2002/2004 On the leading edge of new technology.
S11-1PAT301, Section 11, October 2003 SECTION 11 ANALYSIS SETUP.
WiseImage 6.0 On the leading edge of new technology.
S11-1 PAT318, Section 11, March 2005 SECTION 11 ANALYSIS SETUP.
Unity3d Fomin Maxim 394 group. Unity is an integrated authoring tool for creating 3D video games or other interactive content such as architectural visualizations.
11 BASIC DRESS-UP FEATURES. LESSON II : DRESS UP FEATURES 12.
© 2006 Avaya Inc. All rights reserved. System Status Application.
The new generation of Supervisory System Main Features: MONITORING is based on reading and saving the values from the field and then using these values.
WORKSHOP 2 HYBRID MICROCIRCUIT FINITE ELEMENTS. WS2-2 PAT312, Workshop 2, December 2006 Copyright 2007 MSC.Software Corporation.
DRAFTING TECHNIQUES II 155. Auxiliary Views Auxiliary Views are easily made. When more specific detail of a part is needed, go to the VIEWS toolbar, then.
Drafting New in CimatronE3. Drafting Enhancements User defined view. View attributes. Frames. New drafting interaction. Section view for open objects.
© 2009 Avaya Inc. All rights reserved.1 Chapter Four, UMS Web Services Module Three – Exchange 2007.
PAT312, Section 21, December 2006 S21-1 Copyright 2007 MSC.Software Corporation SECTION 21 GROUPS.
PAT312, Section 10, December 2006 S10-1 Copyright 2007 MSC.Software Corporation SECTION 10 DISPLAY.
WS2-1 WORKSHOP 2 NORMAL MODES ANALYSIS OF A 2 DOF STRUCTURE NAS122, Workshop 2, August 2005 Copyright 2005 MSC.Software Corporation.
Using Dreamweaver MX Slide 1 Window menu Manage Sites… Window menu Manage Sites… 2 2 Open Dreamweaver 1 1 Set up a website folder (1). Click New…
CONSTRAINTS 52. You do your CONSTRAINING in Sketcher mode to create your part to exacting dimensions. This is the opposite of free-form creating we have.
MOUSE MANIPULATION 23. The 3 button mouse is your tool for manipulation of the parts and assemblies that you have created. With it you can ZOOM, ROTATE.
© 2009 Avaya Inc. All rights reserved.1 Chapter Three, Voic Pro Advanced Functions Module One – Text to Speech.
Транксрипт:

WiseImage Open Architecture

Why to open? Modern technology demands A growing amount of customers demands for custom commands The limited development resources The limited QA and testing resources WiseImage ready-for-plug-in architecture

What you can do Using WiseImage Automation you can: Create your own commands to manipulate vector objects and raster images inside WiseImage document Create your own custom entities to be stored and edited in WiseImage document Establish database connection for WiseImage resident objects

How to do. VBS - Visual Basic Script JS – Java Script Commands are scripts that can be written on:

WiseImage automation objects groups: Document resident objects Environment objects Service and utility objects Geometry and helper objects

Document resident groups: Entities (vector and raster) Layers collection Blocks collection Images collection

Point Line Arc Circle Polyline Block insertion Image insertion Entities types Rectangle Text Multiline text Hatch Spline Dimension

Services Services and utilities: View management Choosers Vector selection engine Command environment and control Line types and fill styles management Fonts

Helpers Geometry objects: Points Rectangles Polygons Coordinates transformer Misc objects: Hierarchical parameters storage

What you can do? Add/Remove/Modify entities Add/Remove/Modify layers Load/Process/Save/Unload raster images Create interactive commands Setup application / document parameters Launch any WiseScript command Use vector selection capabilities All script actions will be fully handled by application undo / redo.

Interaction with user Prompt - simple text input Choosers - input coordinate based data (the same way as in existing commands) Form-oriented dialog based interaction Any combination of above

Vector Selection Engine Entities sets as basement of selection DocumentSet of entities Document selection Vector selection engine Topology and modes

What is not available now Inspector usage Access to raster images contents Vector correction engine control Hybrid objects, raster area selection Limited access for trace engine

How to add custom command Write script and save to text file Add custom button Link it to script file Select desired function Add this button to any WiseImage toolbar

Discussion Question? Suggestions?