1
CamBam help (General usage) / Re: Isn't there ANY simulator?
« on: June 07, 2016, 17:15:37 pm »
OK, that is what I thought. Seems strange recommending a complete alternative set of tools to CamBam on the CamBam forum.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
( TOOL/MILL,3.175,0.0,0.0,0 )
# In Place Resize
scale=1.20
if view.SelectedEntities.Length > 0:
for ent in view.SelectedEntities:
cp = ent.GetCentroid()
ent.Transform.Translate(-cp.X,-cp.Y,-cp.Z)
ent.Transform.Scale(scale,scale,scale)
ent.Transform.Translate(cp.X,cp.Y,cp.Z)
Why did Andy build CamBam when there are literally hundreds of already existing CAD/CAM program? Beats me. He just did.
try
{
// attempt to load in default drawing template
}
catch (NullReferenceException)
{
MessageBox.Show("There was a problem loading the default drawing template. Please repair your installation, etc, etc");
}