Stephen Brawner
Stephen Brawner
Creating a xacro compatible file has been a long-desired feature of this exporter and is in the works for version 2.0. Though, I think it would take a bit more...
> I think it's the minimum to get xacro working The main sticking point (to me) is that xacro should be a feature that users can opt into. Forcing everyone...
Is your situation similar? Do you use PDM to checkout an assembly?
I used to have an open issue for xacro on bitbucket, but I never transferred it over. I'll leave this one open to catch for more discussion if people have...
I had originally thought this issue might have been due to PDM since that was the only situation it occurred in, but I honestly had no idea. I was able...
Can you confirm which release you downloaded? What level of solidworks are you using?
That setup has worked for me on my machine. To help diagnose the issue, can you install this project via source. Running with MS visual studio in debug mode can...
The SW API file is provided with your SolidWorks installation, you have to install it separately. https://help.solidworks.com/2021/english/api/sldworksapiprogguide/gettingstarted/solidworks_api_getting_started_overview.htm?verRedirect=1
The only one that I can think of is to change the material of the component so that the mass and MoI matches the real world values. Often times, this...
There are a couple of different APIs for getting the mass properties of a component. [Here](https://help.solidworks.com/2017/English/api/sldworksapi/Get_Mass_Properties_Using_IMassProperty_Example_CSharp.htm) is an example utilizing the `CreateMassProperty()` method, which is used for overridden properties. But...