I am brand new to solidworks and wonder if there is a way to make all
the constraint icons disappear when in sketch mode on the drawing.
Thanks in advance!!
1. Sketch constraint Icon Removal!
2. IC613 : hiCreateMenuItem + hiMakeLPChoiceList icons = too small icons
Hello,
I'm trying to adapt a code working in 5.1.41 to 6.1.3 .
This code opens a menu displaying a list of layers that user may click
to start a callback.
In 5.1 it is OK, I see the layer color, fliing and its name and
purpose.
In 6.1, the same code produces a small square icon, containing what
I've describe before.
This square is so small that we can't read the text and it is really
painful.
I do not see anywhere in the doc how to modify my code for this
issue .. Neither in sourcelink.
Here's an example :
d_cv = geGetEditCellView()
d_tf = techGetTechFile(d_cv)
l_layers = list(list("metal1" "drawing") list("metal1" "pin"))
l_choices = hiMakeLPChoiceList(d_tf l_layers)
foreach(mapcar icon l_choices
menuItem = hiCreateMenuItem(
?name gensym()
?itemText ""
?itemIcon icon
?callback "myCallback()"
)
) ; ** foreach mapcar **
Has anyone ever seen this behaviour ?
Thanks in advance,
Sylvain
While in drawing mode I start a sketch in a view. I want to sketch in lines constrained to existing lines and arcs. I use the convert entity tool to convert a line, it highltes OK. When I try to draw a line from the highlited line, it will not snap to it nor can I constrain the endpoint of the new line to it. As soon as I start the line command, the highlited line becomes unhilighted. I used to do this successfully in the past but I cannot do it now. Was there an automatic update possibly performed in Windows XP that has effected this function as in an earlier problem with added dimension text not showing?
5. What is the benefit and weakness user point of view for cadence conformal - constraint
Why in Allegro PCB Editor I can plase via in pads (in all pads) ? Where this tick? I set in design rules via to pin constraint value is 0.15 mm...
7. length constraints across components
In NE0CEEL, I need to print the constraints for the design review. How to print/save them ?