I am trying to create a custom truck graphic with a "gear" inside to indicate a truck that is being serviced (see attached SVG). I need the ability to do the following 2 things:
Ideally, I would prefer to do this via SVG. But it seems this is likely not achievable given the solid "gear" inside the truck. I am open to any other solutions (.png, etc...) if I can achieve the previous 2 bullet points
Solved! Go to Solution.
You should be able to accomplish this with CIMSymbol.
Here is an older blog post that walks through the process of converting SVG to CIM using the CIMSymbolBuilder.
You should be able to accomplish this with CIMSymbol.
Here is an older blog post that walks through the process of converting SVG to CIM using the CIMSymbolBuilder.
Yes, I ended up using CIMSymbol. It look me a bit of scouring the API and documentation, but this ended up working. Thank you so much for your response!