Message 1 of 22
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone, can anyone tell me how to write code in ilogic that will mark each plane with a color
Solved! Go to Solution.
Hello everyone, can anyone tell me how to write code in ilogic that will mark each plane with a color
Solved! Go to Solution.
Here is a very simplistic iLogic rule you can use to create those two needed custom iProperties, so that you can put them into your Form. I am using the Expression, to set their value to always be equal to the other standard iProperties, so that they will stay up to date.
iProperties.Expression("Custom", "Density_") = "=<Density>"
iProperties.Expression("Custom", "Mass_") = "=<Mass>"
Results:
Wesley Crihfield
(Not an Autodesk Employee)
Good morning.
Point A - they work 👍
Point B - I have made only a drop-down list, is it possible to choose the type of material here
Point C - an example element weighs 9.5 kilograms, is it possible to move the comma