There are some free assembly utilities at www.MAPDI.com.
It allows for multiple operations such as inserting hardware, mating, hiding or suppressing components. It also allows you to search for files in an assembly or its subassemblies.
If anyone is intersted you are welcome to download and...
Is there a way to emulate keyboard in c#?
For example is it possible to write a piece of code that would be equivalents to pressing "delete" on your keyboard?
Thanks.
jevakil@mapdi.com
One nuclear bomb can ruin your whole day.
Anyone here has any experience with PropertyMangerPage in Solidworks API?.
I have created a selection box in a property manager page. It selects and displays selections properly. But I can not copy the selection into an object to be saved for later use.
I have tried Model.extension.selectbyid...
Anyone knows how to show an arrow normal to a face?.
Here is what I am trying to do. I want to select a face and have an API function call that shows an arrow normal to that face; Similar to the one in "Linear Pattern", and "Draft" operations
jevakil@mapdi.com
One nuclear...
How do you type check in VB?
Suppose I have a Textbox which I want to accept only integers, and give error otherwise. Is there a built in function that lets you set the textbox data type?
Thanks.
jevakil@mapdi.com
One nuclear bomb can ruin your whole day.
I have a VARIANT of type SafeArray containing three longs. I have a varaibale m_Data (3) of type Long. How can I pass the data from Variant to m_Data.
Dim m_Var As Variant
Dim m_Data (3) As Long
How do you put the m_Var data into m_Data in VB?.
jevakil@mapdi.com
One nuclear bomb...
Anyone knows of an example for creating property manager view using "ProperyMangaerPage" method in VB? I tried to creat it using C++ COM and I keep getting an "unknown error, contact Solidworks" message.
I am hoping I can have better luck with VB.
Thanks...
I am looking for a programm that can take a series of bitmaps and turn them into an AVI.
I need to be able to incorprate the code into my own programm. The format should be VB or VC++.
Thanks.
When all else fails read the manual.
jevakil@mapdi.com
I am a mechanical engineer, turned programmer. I have some experience with VC++ and VB. While I like the simplicity of VB, I don't like its lack of strcture. VC++ on the other hand is well organized and very powerful, but when it comes to COM it is a nightmare (at lease for me). Does anyone have...
Does anyone know how to change "mate dimension value" through API?. There is a function "AssemblyDoc.EditMate", but in order to use it you have to select faces, or edges used to create the mate. All I want to do is to change the dimension value. Is there an easey way to...