Quantcast
Channel: Bentley Communities
Viewing all 4567 articles
Browse latest View live

Communities upgrade: More Button

$
0
0

The "More" button combines a number of user interface items (e.g. tabs, "hidden" glyphs, etc.) that competed for space or were just plain not obvious.

This makes some previously hidden items (e.g. "Flag as spam/abuse", moderator options, etc.)  much more accessible. It also opens up some screen real estate and provides a more consistent approach for making options available for various tasks.

Don't Miss the Opportunity to go Register for the MACC User Group Conference!

$
0
0

Don't miss the chance to attend MACC 2014! This two day conference, held in Overland Park, KS, features 50 sessions in five different industry tracks including Civil, Platform, Building and more! You’ll have the opportunity to participate in twelve hands-on workshops, access industry technology partners and vendors, and network with industry peers and Bentley colleagues. 

 

Online registration closes Friday August 1st. Walk in are welcome.

#MACC2014 

See you there!

Setting Up in the Real World or "Where do we model?"

$
0
0

I’ve been picking away at the whole issue of where to model in 3D space for a long time. One of the sources of confusion is the use of ambiguous names or descriptions for some of the key concepts.

The threads we’re about to follow will hopefully clarify things.

Several settings and concepts interact or are important to understand:

  • Units of Resolution
  • Design File Centre
  • Solids Working Area
  • Global Origin

The waters can be muddied by comments such as “Solids Working Area should be set relative to the largest element you expect, are you modelling a watch or an airport?” which identify the existence of questions but don’t really give guidance on actual settings. I hope to provide some guidelines if not firm answers.

The Context

The UK context is that the furthest point on land is about 1300km from the National Grid Origin down in the Western Approaches.

2D? No problem, reference in an OS DXF file and you can draw away happily, 3D is more complex as I know some of you have already found.

You would think after working successfully in 2D MicroStation at real-world coordinates, and given a humungous Design Cube, modelling in real world locations in the UK, would be trivial.

Not so.

In ABD’s UORs the numbers get very big for coordinates where in Oxford, shown below, let alone in the Shetlands.


Units of Resolution

This is very basic but worth a review.

The precision of a DGN file is set by the Units of Resolution per Unit of Distance. In a 3D file this setting defines the extent of the Design Cube.

These are the current metric defaults for MicroStation. This default resolution for MicroStation was chosen as it is a more general purpose tool used across a range of disciplines, land use data for instance can obviously extend over large distances:

   = 

And for AECOsim Building Designer:

 

The higher resolution set as default in the AECOsim Building Designer datasets is appropriate for the higher level of accuracy and smaller distances involved with individual buildings or smaller campuses.

Recommendation 1

Always use the same resolution across a project.

When working with a mix of MicroStation and AECOsim Building Designer it would generally be a good idea to set MicroStation’s seed files to match AECOsim, i.e 1000/mm. This is removes one opportunity for uncertainty or confusion and omits the scaling calculations that are executed when referencing files whose resolutions differ.

Exceptions will be managed by the applications but let’s keep things simple where we can!

Note: This is an administrative activity applied only to empty seed files! Change the Resolution and existing elements in a file will be resized so no one in your teams should change these settings.

The resolution can be varied if necessary for a particular situation.

Recommended limits are:

  • Minimum: 1000/m [= 1/mm] for large scale infrastructure projects or similar.
  • Maximum: 1000000/m [=1000/mm] for buildings.

Set the resolution too high and you run into the accuracy issues that computers have with big numbers.

Set the resolution too low and you start missing detail in modelling and drawings.

Tip: Use the “SHOW UORS” key-in to see the numbers involved in your own models. Note the Message Center only displays the first four of 16 decimal places.

And while we are here, for the avoidance of doubt, note that other accuracy settings such as Working Units > Accuracy; Working Units > Angle Readout:

coordinate readout, decimal places on dimensions, etc., are only display settings. Sometimes people don’t understand that point and become concerned that they are reducing the accuracy of their models by changing them.

Design Cube

Using the AECOsim default resolution of 1000/mm gives us a Design Cube 9007199km along each edge. That’s about 2.5 times the distance to the moon.

So can’t I use all that space?

Not reliably! The further away from the Design Cube Centre you get the bigger the numbers are…

Floating point operations are dealing with numbers like this:

4387625962.1234567890123456

Note the 16 DP!

The limiting factors are those of floating point arithmetic. Double precision floating-point limitations apply to all modelling operations.

Many floating point calculations are carried out and each time a rounding off occurs (up to 16 places to the right of the decimal point). These roundings can accumulate to the point where positional errors can occur, potentially reducing accuracy or compromising operations.

The further elements are away from the Design Cube Centre the more effect rounding and floating point calculation limitations may have!

For standard brep solids, i.e. Bentley’s SmartSolids and Feature Solids, these roundings should not be an issue, but when other tools and features are involved problems can arise.

Simple tests appear to work just fine, I built a trivial model in the Shetlands, ran a series of Boolean operations, pushed and pulled faces, apparently no problem. However put a real building in the Shetlands and at some point things will go awry simply because of this arithmetic.

I did encounter an issue with graphics resolution in this model, note the white flecks were visible along some edges, zooming right in reveals them. This is not directly due to the distance from Design File Origin, see Zig-Zag Edges in Shaded Views for more details.

 Recommendation 2

Always work ‘near’ the Design File Centre in AECOsim Building Designer.

…to avoid cumulative rounding errors. Working within the Solids Working Area set by the dataset seed files is the easiest way to meet this recommendation.

Solids Working Area

  • The Design File Centre is a fixed point at the ‘0,0,0 UORs’ point of the Design Cube.
  • Parasolid operations must occur near the Design File Centre.
  • The centre of the Solids Working Area is coincident with the Design File Centre.
  • The Solids Working Area does not move.

The centre of the Solids Working Area is coincident with the Design File Centre. The Design File Centre is a fixed point at the ‘0,0,0 UORs’ point of the Design Cube.

Parasolid is the engine that powers MicroStation and ABD’s 3D features. The SWA is simply a scale factor used when interacting with the Parasolid geometric modelling kernel’s design cube governing the resolution that Parasolid is operating with. (http://www.plm.automation.siemens.com/en_us/products/open/parasolid/index.shtml)

Operations involving 3D solids, from the simplest Boolean addition of two solids to the many operations involved in generating DEM or Dynamic/Building Views from a complex building, must take place within the Solids Working Area (SWA) so it is best to model within the SWA.

However, for any solid elements modelled beyond the SWA, MicroStation and ABD behind the scenes mathematically translate and scale them to a location near the centre of the SWA, store that transformation, perform the required operations, then transform the modified elements back to their original position and size. This is known as the floating SWA approach.

At this point I can hear the ghost of my maths teacher saying “I told you transformations were important!”

Default Solids Working Areas

MicroStation and AECOsim Building Designer have different default SWA’s.

In MicroStation the default SWA is 1km in extent.

In AECOsim Building Designer the default SWA is 4.29km. This was based on the v7 design cube for legacy reasons. The larger SWA also has benefits for the performance of DEM drawing unification. AECOsim Building Designer has been tested and certified using the default 4.29km SWA so it is recommended to use this default whenever possible.

Recommendation 3

Use the default ABD resolution and SWA settings whenever possible.

Changing the SWA

The SWA can be changed in size from the defaults but this will change the level of accuracy available when modelling. It is possible that this could affect certain tools or operations in AECOsim Building Designer.

There are two cases when you may need to change the SWA:

Elements larger than the SWA

The less likely case, but it has come up in urban design projects.

Boolean operations will be successful on any element that does not exceed the SWA in extent, operations on larger elements may fail completely or produce unexpected results. For instance a 4.2km cube element will almost fill the AECOsim Building Designer SWA and can be modified, but if rotated will extend beyond the SWA, operations would then fail.

If you need to model complete elements larger than the default SWA in extent the SWA can be increased in project seed files.

However our recommendation would be to break the elements down to smaller units.

Recommendation 4

Break very large elements down to smaller units to fit within the Solids Working Area.

Site larger than SWA

Either break the model down into separate models that fit the SWA and reference them together or increase the SWA.

We recommend breaking the model down and using referencing but if the project really demands it the SWA can be changed.

How near is ‘near’ to the Design File Centre?

A rule of thumb for changing the SWA to suit a large site has been suggested as follows:

  • Assuming you have a project with relatively evenly distributed elements… 
  • Make sure that Design File Centre is at the centre of the site. 
  • Take the 3d range-box of all the elements in the project, expand it by 25%. 
  • Set the SWA to the length of the diagonal of that range.
  • Use the AECOsim Building Designer default resolution of a 1000/mm if your project fits in a box up to 10km along each edge. The maximum UOR being calculated will then be 5,000,000,000 in any dimension.
  • If the project is larger than the 10km box, consider sub-division of the project, or if that is not possible reduce the whole project resolution to 100/mm

Notes:

If you change the resolution of a design file the Solids Working Area will be scaled in proportion. Watch out for this. The size of the SWA should be manually set in line with the guidance given here when creating project seed files.

AECOsim Building Designer will handle files containing different resolution settings but this will involve an extra layer of internal scaling calculations with potential for further cumulative rounding.

Health Warnings!

  • Changing the SWA and resolution for a project is not to be taken lightly.
  • Avoid if possible. 
  • It should only be done by CAD/BIM administrators.
  • It must be applied consistently to a project and documented.

Recommendation 5

If any working unit related settings are changed use consistent settings for the whole project.

So to recap:

  • The Solids Working Area is positioned at the Design File Centre and is the space within which all 3D operations must be carried out.
  • The Solids Working Area does not move.
  • Its extent should be as recommended by Bentley wherever possible.
  • If necessary The SWA can be changed in size to meet project requirements.
  • Approach any changes to the Solids Working Area with forethought!

Where to Model?

How near is ‘near’ to the Design File Centre?

A good guide is:

  • Within 5km at 1000 UOR/mm
  • That is within 5,000,000,000 UOR

The UOR is the critical factor.

The Actual Numbers

Take a look at the actual UORs at the edges of your model. Use the “SHOW UORS” key-in to see the numbers involved in your own models. Note the Message Center only displays the first four of 16 decimal places.

At Maximum Window the numbers are very large


 
Tip: Use Ctrl + Shift to activate AccuSnap for this command.
If any of those UOR values are more than 5,000,000,000 you are probably getting too far away.
Recommendation 6

If in doubt check the actual UOR coordinates of elements.

Values in excess of 5e9 UOR, that’s 5,000,000,000 in old money, are a warning. 

Locating Projects in the Real World

Having established that we should model close to the Design File Centre we then have two methods to locate projects in the real world

  • Relocation of the Global Origin 
  • geo-referencing via Global Coordinate Systems (GCS).

Global Origin

Sometimes confused with the Design File Centre, the Global Origin is a point that can be relabelled.

By default the Global Origin is coincident with the Design File Centre.

The Global Origin can be relabelled to meet various workflows.

This method is compatible with other applications that cannot store Geographic Coordinate Systems.

Example

Relabel the Global Origin to establish local setting out coordinates.

Use GO= tool > Monument Point and snap to the centre of the setting out point.

Important:

Always Save Settings after successfully relocating the GO, the new GO will not be auto-saved.

Use GO=$ to display the current GO offset from the Design Cube Centre

GO= tool > Center will reset to 0,0,0

The red setting out points are in a reference file and relate to the UK National Grid origin, all of the black coordinates are relative to the Site Origin at lower left, a survey point South West of the site to ensure positive coordinates. By the way the coordinate markers here are cells containing text fields linked to the x,y coordinates of the marker’s centre. If the setting out point needed to be moved, just relabel the GO to the new point and update all text fields

Links

http://floating-point-gui.de/basic/

AECOsim Building Designer - QuickConfig Standard

$
0
0

QuickConfig Standard deploys a simple AECOsim Building Designer SS5 network configuration for immediate use or as a template for testing and/or further customisation.

In brief run the:

  • first batch file to set up the workspace and a test project
  • second batch file to connect each workstation to the network
  • third batch file to set up each user's preferences

Detailed instructions and background information are here:

ABD SS5 QuickConfig Standard - Deployment Instructions

The required files are here:

ABD SS5 QuickConfig Standard - Deployment Files

Use scenarios:

  1. New users - Create mapped drives P:\ and W:\ on your network, run the installation as delivered for an immediate working configuration.
  2. Existing Users - Use the subst batch files to create a local test installation to be used for trialling integration with existing standards and workflows.
  3. Training  - Use the subst batch files to create a local installation for training and experiment.

More posts will follow on using and adding to this configuration.

 

Foth Infrastructure & Environment #tbt

$
0
0

Earth Day may have been back in April – but here at Bentley we celebrate those that work for a cleaner world year-round!

Foth Infrastructure and Environment proposed and executed a USD 100 million plan to dredge the Lower Fox River in Neenah, Wisconsin. The river had a high concentration of PCB contamination due to discharge from paper mills and other industries. Using Bentley’s MicroStation and InRoads to develop, evaluate, and combine alternatives, they devised an optimized remedy for the site that would rapidly achieve the project cleanup goals while minimizing costs.


This innovation shortened the implementation time by nearly five years, hastened ecosystem recovery, and led to cost saving of nearly USD 50. Foth Infrastructure & Environment truly deserved their 2013 Be Inspired Award in Innovation in Land Development, Engineering and Management. We appreciate their achievement, and we bet inhabitants of the Lower Fox River do, too!

You can learn more about projects like this at the Be Inspired Awards, hosted during The Year in Infrastructure Conferencein London, November 4-6th 2014!

LARS Bridge Version 6.00.01.07 Release Notes

$
0
0

LARS Bridge Release 6.00.01.07

Release Notes

Communities upgrade: Forum post options

$
0
0

Something else to provide more obviousness is the elimination of tabs for options in the Forum post editor. All options are now on the same page as the editor:

This makes it much easier to "see" all options available to you when creating or maintaining a forum post.

Additionally, one of the more common questions asked by members was how to attach files to forum posts. This was "hidden" a bit in the Attachments/Options tab, and is now integrated in the "Insert/edit image" button, making it a one-stop action now to insert or attach images or files.

4th Quarter 2014 TMC of STL meeting

$
0
0

Our next meeting of The Microstation Community of St. Louis will be on Thursday, October 2nd.

Instead of having a presentation, we will be having a “Round Table” discussion.

The last one we had was in 2012 and it created enough topics for most of the following two years.

 

In addition to coming up with topics for the quarterly meetings, I would like to discuss tracks for a Forum/Conference, possibly next year.

Along with determining tracks for the Forum, we need ideas for where to have it and what time of year to have it.

 

I hope to see as many of you as possible at the next meeting.

It is your Users Group and we need your input to make it better.

 

Please pass this message on to others you know who use Microstation or other Bentley products.

 

Thanks

 

Michael R. (Mike) Brown

Parsons

Principal Designer

Chesterfield, Mo, USA


Communities upgrade: No more view original post

$
0
0

In the activity streams, replies to posts and answers to posts are linked directly to the thread they are part of:

So there is no longer any need to have to expand the "View original post" to see what the response is to.

New gINT Release 08.30.04.220

Attention Utilities Professionals: Sign Up for the Utilities Forum at the Year in Infrastructure 2014

$
0
0

At the Year in Infrastructure Conference, Bentley will host a Utilities Forum where professionals can interact with peers and industry visionaries to learn best practices, advances in technologies, and lessons learned from projects around the world.

The forum will run on both Wednesday, November 5, and Thursday, November 6, during the event.  The agenda includes a keynote by Jon Arnold, Managing Director Worldwide Utilities, Microsoft, and sessions about topics of key interest for Utilities, along with breakout sessions in Electric and Gas and Water and Wastewater.

Learn more about the forum, and stay tuned for more information about individual speakers and sessions! 

Ready to sign up now? Visit www.bentley.com/YIIConference to register.

Kostenlose MicroStation Trainer Sprechstunde am 8. August um 13 Uhr

$
0
0

Am 8. August findet wieder eine deutsch-sprachige MicroStation Trainersprechstunde statt.

Diskutieren Sie mit dem Bentley Institute Trainer die Arbeitsabläufe rund um MicroStation die Sie interessieren:

 

Für diese Schulung sind zwei Stunden vorgesehen und sie wird in einem virtuellen Klassenraum (eLearning) mit LIVE Trainer stattfinden.

 

Die Teilnahme ist kostenlos.

 Jetzt anmelden:

Products_EML_MicroStation_650x300_0114

 

MicroStation Trainersprechstunde

Freitag, 8. August

13:00 – 15:00 Uhr MEZ

 


 

Jury Deliberations Begin

$
0
0

Now that all of our submissions have been counted and sorted, it is time for the Be Inspired jury to deliberate over all of our wonderful submissions! The jury has begun to look over the submissions in 18 different Be Inspired categories. They will be reading carefully through every submission and then will have to make the tough decision of selecting just three finalists from each category to send to the Be Inspired Awards in London!

This year’s independent jury is made up of more than 30 members who come from organizations such as Uptime Magazine, CFE Media, ConstrucTech Magazine, WEF Publishing, and many more! Now those are some impressive credentials.

Remember – regardless of whether your organization is announced as a finalist - you can still attend the Be Inspired Awards, hosted during The Year in Infrastructure Conferencein London November 4-6th.

 

Best of luck to all the nominees!

Get Your LEARN On! 2014 Bentley LEARNing Conference Recap.

$
0
0
If you haven’t already heard, the place to be in 2014 is The Bentley LEARNing Conferences and the thing to do in 2014 is LEARN! And getting your LEARN on has never been easier, thanks to the discipline-focused conferences. Five Bentley LEARNing Conferences, featuring hands-on workshops and informative lecture sessions, have already taken place. Starting in Michigan to across the pond in the UK, back to Arizona, Maryland, and Pennsylvania...(read more)

Webinar Insider Wissen ProStructures am 7. August um 13 Uhr

$
0
0

Nicht verpassen:

Deutsch-sprachiges Webinar Insider Wissen ProStructuresam 7. August um 13 Uhr

Dieses Online Webinar ist Teil einer Webinar Reihe und bietet Ihnen die Möglichkeit, Ihre Kenntnisse auf dem Laufenden zu halten.

Unsere Produktexperten zeigen Ihnen wertvolle Anwendungsbeispiele und wie Sie diese für zukünftige Projekte am effizientesten einsetzen können.

Themen diesmal:

  • Spezielle Optionen in ProStructures,
  • Vorlagenbenutzung
  • Detailierungsoptionen

Jetzt anmelden

 


Communities upgrade: Related and Recommended Content

$
0
0

Something else that helps provide assistance in finding solutions to issues is a dialog that appears and suggests other content that could be relevant or recommended as it relates to what you are looking at. As you scroll down through forum threads and wiki articles:

that results in

The dynamic nature of this functionality makes it so you can see other content that could relate to the issue or question that you have without having to search for it separately (or switch back and forth between search results and individual pieces of content). The dialog can be easily dismissed if the content you are looking at is what you need.

Bhau Institute of Innovation, Entrepreneurship, and Leadership #tbt

$
0
0

This week we are “branch”ing out to introduce you to the Bhau Institute of Innovation, Entrepreneurship, and Leadership – the winner of the 2013 Be Inspired Award for Innovation in Structural Engineering!

This INR 60 million project is designed to nurture innovation, encourage entrepreneurship, and develop leadership. Shibanee and Kamal Architects “went out on limb” for this project – creating an conventional design that both visually blends with the institute’s protected heritage structures and also preserves an existing tamarind tree, including its branches.


Because of the building’s bi-directionally curved walls, it was a challenge for the structural engineers to design and analyze the structure. STAAD.Pro V8i delivered precise analysis and visualization and enabled the evaluation of the curved wall itself as a gravity and seismic load-bearing element. The result was the realization of what has been described as an “architectural wonder” and a significantly reduced project budget. 

“Stumped” over how you can learn about other projects like the Bhau Institute? Attend this year’s Be Inspired Awards, hosted during The Year in Infrastructure Conferencein London November 4-6th.

See you next Thursday!

 

MicroStation - QuickConfig Standard

$
0
0

QuickConfig Standard deploys a simple MicroStation SS3 network configuration for immediate use or as a template for testing and/or further customisation.

In brief run the:

  • first batch file to set up the workspace and a test project
  • second batch file to connect each workstation to the network
  • third batch file to set up each user's preferences

Detailed instructions and background information are here:

MicroStation SS3 QuickConfig Standard - Deployment Guide

The required files are here:

MicroStation SS3 QuickConfig Standard - Deployment Files

Use scenarios:

  1. New users - Create mapped drives P:\ and W:\ on your network, run the installation as delivered for an immediate working configuration.
  2. Existing Users - Use the subst batch files to create a local test installation to be used for trialling integration with existing standards and workflows.
  3. Training  - Use the subst batch files to create a local installation for training and experiment.

More posts will follow covering the use of and additions to this configuration.

PowerDraft

Whether you use MicroStation and PowerDraft together or PowerDraft alone, download:

PowerDraft SS3 QuickConfig Standard - Deployment Files

then deploy as directed in the MicroStation Deployment Guide reading the section about PowerDraft.

Communities upgrade: Search always present

$
0
0

Regardless of the browser, device, or size of the browser window, search is always present in the interface.

This provides continual, almost persistent reminder that search is a primary form of getting information and answers to questions.

Configuring AECOsim Building Designer - Index to posts

$
0
0
Viewing all 4567 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>