David Carter
David Carter
A request from the Rocketry Forum. Provide a single tool that will allow scaling (up or down) of existing models in one operation.
Several minor material updates: - Separate Hardness from LinearElastic model - Add UUID definitions for FEM dependent models - Update unit tests
Expands the Python API to allow for material creation. With test cases.
Improves the use of the ShapeAppearance property for the Part workbench. - removes DiffuseColor property - adds Python compatibility using custom attributes - transitions DiffuseColor to ShapeAppearance on open -...
Corrects an issue in the API where a new material may not have a UUID. Corrected the test case to reflect the changes and better document the process. Added a...
Dialogs to view the Appearance and Material properties of an object These inspectors are intended to be used when debugging Appearance and Material issues in a model. The Appearance inspector...
When creating a new material, assigning the basic rendering model to the material resulted in an all black color. This will now be assigned the default color as specified in...
Adds a material filtering function to the MaterialManager Python object