Search found 98 matches

by Austin Schukar
Fri Aug 04, 2023 9:57 am
Forum: SW General
Topic: Hatches gone, except one!
Replies: 2
Views: 847

Re: Hatches gone, except one!

Thanks for the response, Josh. Logging backing in today and everything seems to be in order......but I did check where my hatch pattern was pointing to, and it's now pointed to the company server instead of my local disk (I was remote yesterday). Seems that's what happened.
by Austin Schukar
Thu Aug 03, 2023 5:06 pm
Forum: SW General
Topic: Hatches gone, except one!
Replies: 2
Views: 847

Hatches gone, except one!

Logged in today and all but ONE of my hatches in my drawing are no longer available for selection. They are all gone. Converted other defined material hatches to the single available hatch. All of my drawings are this way now, and coworker is not experiencing this, so it's a localized issue. First t...
by Austin Schukar
Fri Jul 29, 2022 4:47 pm
Forum: API
Topic: Find Concentric Circular Features on Different Components
Replies: 4
Views: 1141

Re: Find Concentric Circular Features on Different Components

If you're getting a ton of cylindrical faces, you can check whether it's a hole or boss with this macro (CodeStack).
by Austin Schukar
Fri Jun 03, 2022 1:13 pm
Forum: API
Topic: Is this macro possible: delete feature tree & insert as 'imported' geometry
Replies: 11
Views: 1725

Re: Is this macro possible: delete feature tree & insert as 'imported' geometry

Do you only want selected bodies to be converted into the same feature tree?

If you want all bodies, one option is to use the Convert to Bodies tool (will save as new part); then as mentioned, overwrite the existing file.
by Austin Schukar
Fri May 20, 2022 5:39 pm
Forum: SolidWorks PDM
Topic: User prefers PDM Workgroup Nested View
Replies: 3
Views: 1327

Re: User prefers PDM Workgroup Nested View

Thanks guys, for your input. I do agree that the "Where Used" and "Contains" tabs aren't ideal, but it's just the closest that I can get him to the functionality of Workgroup's view, unfortunately. Thanks for that video, Jim, that helped a lot. Simply seeing it in real time gives...
by Austin Schukar
Fri May 20, 2022 10:10 am
Forum: SolidWorks PDM
Topic: User prefers PDM Workgroup Nested View
Replies: 3
Views: 1327

User prefers PDM Workgroup Nested View

I have a user that is completely beside himself using this software. Before I got to the company, they used Workgroup PDM. I can't envision what his problem is (finding anything about Workgroup is near impossible - my google-fu is usually fantastic), but I will do my best to explain what his problem...
by Austin Schukar
Mon Apr 18, 2022 4:31 pm
Forum: How To Questions
Topic: Need Help, CANNOT OPEN MACRO TO RUN OR EDIT
Replies: 7
Views: 4596

Re: Need Help, CANNOT OPEN MACRO TO RUN OR EDIT

OK I looked some more and... Youtube & Google to the rescue! "How To Fix SOLIDWORKS VBA 7.1 Installation Error" from (my VAR) "CADimensions, Inc." https://www.youtube.com/watch?v=wjAz51lye1g & this from "Hawk Ridge Systems" https://support.hawkridgesys.com/hc/e...
by Austin Schukar
Mon Apr 18, 2022 2:21 pm
Forum: API
Topic: Macro to export GD&T and "separate" them
Replies: 7
Views: 1686

Re: Macro to export GD&T and "separate" them

The tolerance values are in the array returned from GetFrameValues. You have to use this along with GetFrameDiameterSymbols and GetFrameSymbols3 to get the full picture. A symbol like this: image.png outputs a set of data like this: Frame 1 start ================== Has Diameter Symbol =============...
by Austin Schukar
Mon Apr 18, 2022 12:39 pm
Forum: API
Topic: Macro to export GD&T and "separate" them
Replies: 7
Views: 1686

Re: Macro to export GD&T and "separate" them

It's interesting that they split these up like they do. For the tolerance values, it looks like you have to interrogate GetTextAtIndex manually. I whipped this up and ran some tests, see what you think Option Explicit Dim swApp As SldWorks.SldWorks Dim swModel As SldWorks.ModelDoc2 Dim swModelExt As...
by Austin Schukar
Fri Apr 15, 2022 4:08 pm
Forum: How To Questions
Topic: Need Help, CANNOT OPEN MACRO TO RUN OR EDIT
Replies: 7
Views: 4596

Re: Need Help, CANNOT OPEN MACRO TO RUN OR EDIT

Yep....this happened to me. You're right on the money. VBA 7.1 isn't introduced to SW until SOLIDWORKS 2021 SP2, while the MS Office update installed VBA 7.1. I had to wait until my IT department was comfortable installing SW '21 SP2 to get back to editing / running VBA macros.
by Austin Schukar
Thu Apr 14, 2022 10:44 am
Forum: What's Wrong?
Topic: Where is everyone?
Replies: 30
Views: 8778

Re: Where is everyone?

I have to confess, that screen shot is not from DS, but it is the first thing I thought of when I saw their page for HomeByMe. That is a random net image of the house editor in Sims4, I played the original Sims a bit back in college days. DSS execs comic book attempt to impress the "hip croud&...
by Austin Schukar
Fri Apr 08, 2022 1:07 am
Forum: 3D Scan
Topic: Help - Converting STL to something usable
Replies: 24
Views: 9855

Re: Help - Converting STL to something usable

Hey Dennis, can you verify the STL units or just rough dimensions of the tub?
by Austin Schukar
Wed Apr 06, 2022 12:02 pm
Forum: 3D Scan
Topic: Help - Converting STL to something usable
Replies: 24
Views: 9855

Re: Help - Converting STL to something usable

Dennis - quick question - what version of SW are you guys running?

I'd like to also give it a shot if I have time in the evenings.
by Austin Schukar
Tue Apr 05, 2022 2:15 pm
Forum: CAD Agnostic
Topic: PathCopyCopy--easy way to get file names and paths
Replies: 4
Views: 2194

Re: PathCopyCopy--easy way to get file names and paths

I love pathcopycopy.

There is another option for the most out-of-box experience with Windows. If you have a Microsoft Office app open, and you want to attach a file's full network path, you can RIGHT-Mouse-Button-Drag the file into the doc/message/etc, and select 'Create Hyperlink Here'.
by Austin Schukar
Mon Apr 04, 2022 2:29 pm
Forum: 2D Drawings
Topic: Custom Line Styles in Drawings (Zig-zag)
Replies: 14
Views: 6342

Re: Custom Line Styles in Drawings (Zig-zag)

Glenn Schroeder wrote: Mon Apr 04, 2022 1:43 pm Something like this?


image.png
Hey Glenn, I do know about the Jagged option, and while it may seem silly, I like the looks of a more 'organized' break/outline to the view. Jagged, to me, is not desirable. Hope that makes sense
by Austin Schukar
Mon Apr 04, 2022 2:27 pm
Forum: 2D Drawings
Topic: Custom Line Styles in Drawings (Zig-zag)
Replies: 14
Views: 6342

Re: Custom Line Styles in Drawings (Zig-zag)

In one previous use, I wanted to indicate that a series of systems were connected to the same linear pipe header, without the additional load of the complete assembly from which to crop or break the view. Each system was a subassembly, and included an enveloped partial representation of the continu...
by Austin Schukar
Mon Apr 04, 2022 1:14 pm
Forum: 2D Drawings
Topic: Custom Line Styles in Drawings (Zig-zag)
Replies: 14
Views: 6342

Re: Custom Line Styles in Drawings (Zig-zag)

I thought that a Revision Cloud may be useful to try this. However, its only controls are minimum arc radius and Line Style, also defined as linear-only types of gaps and dashes. I've made similar 'constructs' where a straight line is drawn on a layout layer which I later turn to hidden, then I ske...
by Austin Schukar
Mon Apr 04, 2022 1:05 pm
Forum: 2D Drawings
Topic: Custom Line Styles in Drawings (Zig-zag)
Replies: 14
Views: 6342

Re: Custom Line Styles in Drawings (Zig-zag)

The AutoCAD zig-zag is a marriage of two files. The .lin file and a corresponding .shp (shape) file. SW only mimics the .lin part. I've gathered as much, a bit unfortunate. It was pretty trivial to set up all of our own line types in AutoCAD with the system lin/shp files. I did see, though, that SW...
by Austin Schukar
Mon Apr 04, 2022 1:04 pm
Forum: 2D Drawings
Topic: Custom Line Styles in Drawings (Zig-zag)
Replies: 14
Views: 6342

Re: Custom Line Styles in Drawings (Zig-zag)

Just curious where you would use this? I can' think of anytime I've wanted to do this on a drawing in SolidWorks.....maybe AutoCAD for doing break views I guess. Good question. Really is just personal preference. I use Crop View quite a bit, and really prefer something like CATIA's clipped view lin...
by Austin Schukar
Thu Mar 31, 2022 11:00 pm
Forum: 2D Drawings
Topic: Custom Line Styles in Drawings (Zig-zag)
Replies: 14
Views: 6342

Re: Custom Line Styles in Drawings (Zig-zag)

Pretty sure you are limited to length of solid segment and length of break.... https://solid-blog.pl/tworzenie-wlasnego-stylu-linii-do-uzycia-w-rysunkach/?lang=en although I have been entirely wrong before... That's the conclusion that I've come to as well. Here's to hoping that some wizard can set...
by Austin Schukar
Thu Mar 31, 2022 2:46 pm
Forum: 2D Drawings
Topic: Custom Line Styles in Drawings (Zig-zag)
Replies: 14
Views: 6342

Custom Line Styles in Drawings (Zig-zag)

I'm wondering about creating a custom line style, similar to AutoCAD, by modifying this file: <install_dir>\SOLIDWORKS\lang\<language>\Swlines.lin I don't see how to include shapes, symbols, text, etc. into the formatting. Is there a trick that I'm not seeing, or am I limited to only creating linety...
by Austin Schukar
Mon Feb 21, 2022 11:05 am
Forum: API
Topic: How to improve the speed of SW selection API
Replies: 7
Views: 1709

Re: How to improve the speed of SW selection API

Thanks, The speed of selection is greatly improved when the Scroll selected item into view is disabled, but the speed is still not up to standard when there are too many parts. Currently disabled: Scroll selected item Graphics update FeatureTree and FeatureTreeWindow AssemblyRebuild Is there any ot...
by Austin Schukar
Fri Feb 18, 2022 1:06 pm
Forum: SW General
Topic: SW API Certification Exam
Replies: 5
Views: 1365

Re: SW API Certification Exam

So......... Long story short I just finished and manage to pass the cswp-api (barely)...(Dint really expect that i will pass...) image.png My key takeaway Have the API help page open, a lot of the question can be answered by searching even if you never see the command before... Link: https://help.s...
by Austin Schukar
Thu Feb 17, 2022 11:03 am
Forum: SW General
Topic: SW API Certification Exam
Replies: 5
Views: 1365

Re: SW API Certification Exam

Zhen-Wei Tee wrote: Wed Feb 16, 2022 6:03 pm I will be taking mine this friday... (I dun really expect to pass but more to get the hang of it...)
I will provide more inputs once i took it :P
Good luck :)
by Austin Schukar
Wed Feb 16, 2022 12:40 pm
Forum: SW General
Topic: SW API Certification Exam
Replies: 5
Views: 1365

SW API Certification Exam

Has anyone here taken the API Professional certification exam? If so, what were your thoughts on it? The example test was not very thorough.

We have exam codes to use and I'm thinking about burning another.
by Austin Schukar
Tue Feb 15, 2022 11:07 am
Forum: SW General
Topic: Accuracy when Selecting Faces versus Bodies with Intersection Curve
Replies: 4
Views: 831

Re: Accuracy when Selecting Faces versus Bodies with Intersection Curve

I thought I was slick by using bodies for intersection curves. Now I'm questioning everything...
by Austin Schukar
Fri Feb 04, 2022 10:40 am
Forum: SW General
Topic: Sheet Metal Flat Pattern Boundry for all configs?
Replies: 12
Views: 3100

Re: Sheet Metal Flat Pattern Boundry for all configs?

Tera wrote: Thu Feb 03, 2022 4:20 pm How can I do it in a template. Because the template has no cut list or part name yet.
Thank you.
Unfortunately you'll have to manually add these properties after you know the cutlist and part names, unless you invoke some sort of API, but that wouldn't be trivial
by Austin Schukar
Fri Feb 04, 2022 10:39 am
Forum: SW General
Topic: Sheet Metal Flat Pattern Boundry for all configs?
Replies: 12
Views: 3100

Re: Sheet Metal Flat Pattern Boundry for all configs?

I was looking into this "@@@" format and it seems like this is a cutlist property callout? This doesn't work for my 2017 version at the moment and will need to wait another month or two before I can upgrade and apply this. That format does seem to be specific to cutlist property callouts,...
by Austin Schukar
Mon Jan 31, 2022 12:54 pm
Forum: SW General
Topic: Sheet Metal Flat Pattern Boundry for all configs?
Replies: 12
Views: 3100

Re: Sheet Metal Flat Pattern Boundry for all configs?

I'm assuming you'd want each of these properties to update dynamically as well? I know that manually doing this 200 times is tedious, but you could just create a new custom property and link it to:

"SW-Bounding Box Width@@@Cut-List-ItemX@PartX.SLDPRT"
by Austin Schukar
Mon Jan 17, 2022 4:12 pm
Forum: SW General
Topic: Ok, who's gonna say it?
Replies: 65
Views: 12596

Re: Ok, who's gonna say it?

mike miller wrote: Mon Jan 17, 2022 4:06 pm :shock:

You counted?
I'm subscribed to the User Forum there, so I get sent an email for every post published to it. In this case, my inbox counted...but I got pinged EVERY time. Happens with all spammers.
by Austin Schukar
Mon Jan 17, 2022 3:55 pm
Forum: SW General
Topic: Ok, who's gonna say it?
Replies: 65
Views: 12596

Re: Ok, who's gonna say it?

dpihlaja wrote: Mon Jan 17, 2022 11:09 am Looks like some spam got through on the Swamp:

image.png

There are tons of them...

I scrolled for a solid 20 seconds and saw no end in sight of these messages...
He managed to post 845 times before he was cut off.
by Austin Schukar
Thu Jan 13, 2022 10:13 am
Forum: SW General
Topic: Ok, who's gonna say it?
Replies: 65
Views: 12596

Re: Ok, who's gonna say it?

SPerman wrote: Wed Jan 12, 2022 6:32 pm Flaw was at the top of one of the lists and I'm pretty sure he never said anything nice over there.
Is he still around that or this forum? Haven't seen him in a bit.
by Austin Schukar
Wed Jan 05, 2022 9:58 pm
Forum: subD and Mesh
Topic: Reverse Engineering Workflow
Replies: 17
Views: 7511

Re: Reverse Engineering Workflow

You think the Add-in is better than the software? Does it jams when importing high detailed mesh? Did not have the opportunity to test them, the add-in is still pretty expensive :/ I would say that the add-in is not even close to the software. It's still a big quality-of-life improvement for our gr...
by Austin Schukar
Wed Jan 05, 2022 11:06 am
Forum: SW General
Topic: Method of deleting bodies that DOES NOT create parent features? "Cut this area regardless of which bodies are there"?
Replies: 16
Views: 4096

Re: Method of deleting bodies that DOES NOT create parent features? "Cut this area regardless of which bodies are there"

The only feasible route - I hope someone can correct me - to avoid creating parent/child dependencies is to create new bodies via a macro feature (or import, like Matt said). This macro feature could theoretically check a sketch, find all bodies that fall within its bounds, and remake them via API. ...
by Austin Schukar
Fri Dec 17, 2021 12:59 pm
Forum: API
Topic: Determine if a drawing dimension is an inserted model item
Replies: 9
Views: 2262

Re: Determine if a drawing dimension is an inserted model item

Maybe check http://help.solidworks.com/2015/english/api/sldworksapi/SolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.IDisplayDimension~MarkedForDrawing.html as well? Edit: How do I edit the hyperlink display text? Edit2: I just tried, and it doesn't show the inserted dimension as "Marked...
by Austin Schukar
Thu Dec 16, 2021 5:04 pm
Forum: Kitty Dump
Topic: Let 3DSwym be, for better or worse.
Replies: 16
Views: 3864

Re: Let 3DSwym be, for better or worse.

@mattpeneguy & @RichGergely, very fair points. You guys are right, we are always going to have to associate with the platform. One way or another.
by Austin Schukar
Thu Dec 16, 2021 4:57 pm
Forum: API
Topic: Macro for new file naming
Replies: 3
Views: 1093

Re: Macro for new file naming

Thank you for responding! Can you tell me more about this? I'm really new into macros and don't know a lot of things. Thank you. Sure thing...I can't really go into too much detail, as most of my macros are at the part level, so forgive me for that. From what I understand, SolidWorks API considers ...
by Austin Schukar
Thu Dec 16, 2021 2:21 pm
Forum: Kitty Dump
Topic: Let 3DSwym be, for better or worse.
Replies: 16
Views: 3864

Re: Let 3DSwym be, for better or worse.

You made some good points. I know I've been as guilty as anyone of bashing that mess over there, and should just let it go. Like you, I still frequent that site because I enjoy helping people solve their problems, and plan to continue, but I guess every time I do it's like ripping off the band-aid....
by Austin Schukar
Thu Dec 16, 2021 1:29 pm
Forum: Kitty Dump
Topic: Let 3DSwym be, for better or worse.
Replies: 16
Views: 3864

Let 3DSwym be, for better or worse.

Am I the only one that thinks that CADForum should move on from 3DSwym? THE 3DExperience post (https://cadforum.net/viewtopic.php?f=52&t=53) is consistently active on the forum, and has what I could imagine the most posts and views of any on this site. At a glance, I see references to it on othe...
by Austin Schukar
Thu Dec 16, 2021 12:27 pm
Forum: subD and Mesh
Topic: Reverse Engineering Workflow
Replies: 17
Views: 7511

Re: Reverse Engineering Workflow

We have Geomagic Design X/Polyworks/SW; however, we just finished our trials of Geomagic's SW add-in, Geomagic for SolidWorks (GM4SW). I have to say, it's pretty good at first glance, but still a bit pricey. Think we came in around $8k or something like that, but not positive. With GM4SW, my workflo...
by Austin Schukar
Tue Dec 14, 2021 11:03 am
Forum: General Engineering and Design
Topic: Multi-face complex surfaces
Replies: 6
Views: 2296

Re: Multi-face complex surfaces

Sound cool, may I ask what software do you use? AFAIK G2 is enough for surfacing, but I am not a Class A Surfacing guy and the software that I work with tend to give better results using G1 (SolidWorks and Rhino). () We use PolyWorks, Geomagic DX, and SW...I wouldn't consider us Class A surfacers e...
by Austin Schukar
Mon Dec 13, 2021 12:16 pm
Forum: General Engineering and Design
Topic: Multi-face complex surfaces
Replies: 6
Views: 2296

Re: Multi-face complex surfaces

I think it won't affect anything. The geometry and isocurves are preserved, this subdivision will just allow more selections in the CAD. But there wound be no meaning in subdivide if you are not going to modify or create more surfaces from it, right? Thanks for your response, Lucas, and yes, you're...
by Austin Schukar
Tue Dec 07, 2021 11:20 am
Forum: API
Topic: set hole wizard hole size for given configuration scope
Replies: 9
Views: 2711

Re: set hole wizard hole size for given configuration scope

By the way, @Rob, not to get off-topic, but I checked out the website on your profile. All of the work on there is beyond wonderful. I haven't managed to pick my jaw up from the floor since I opened it.
by Austin Schukar
Tue Dec 07, 2021 9:47 am
Forum: General Engineering and Design
Topic: Multi-face complex surfaces
Replies: 6
Views: 2296

Re: Multi-face complex surfaces

The machinability if the tangency/continuity is good should not be affected if the CAM software is decent. Having more surfaces effects the time to run cutter paths in the program but looking at what you have there it wont be an issue. I wouldn't have thought it would affect CFD but someone with mo...
by Austin Schukar
Tue Dec 07, 2021 9:43 am
Forum: API
Topic: set hole wizard hole size for given configuration scope
Replies: 9
Views: 2711

Re: set hole wizard hole size for given configuration scope

Hi Austin I am sorry I am not too familiar with Hole Wizard in general and Hole Wizard API in particular. I noticed what you are trying to do seems possible in a Design Table . If I read your post correctly you could achieve this by cycling through and updating all the configs yourself. I also gues...
by Austin Schukar
Tue Dec 07, 2021 1:29 am
Forum: General Engineering and Design
Topic: Multi-face complex surfaces
Replies: 6
Views: 2296

Multi-face complex surfaces

Hey all, apologies in advance for a seemingly stupid question. I have two particular questions that stem from one source - a complex surface that's been split into multiple faces. See below. Q1: Does having split lines on a complex surface affect machinability? Assume curvature continuity, no singul...
by Austin Schukar
Tue Dec 07, 2021 12:52 am
Forum: API
Topic: set hole wizard hole size for given configuration scope
Replies: 9
Views: 2711

Re: set hole wizard hole size for given configuration scope

I couldn't find anything on this. Hope someone else can help. Maybe @artem or @Rob?
by Austin Schukar
Thu Dec 02, 2021 10:46 am
Forum: API
Topic: Macro for new file naming
Replies: 3
Views: 1093

Re: Macro for new file naming

Don't know if there's a quicker way, but you can get the component's ModelDoc, IComponent2::GetModelDoc2, then determine the document type via the IModelDoc2::GetType Method. Someone please correct me if I'm wrong, as I've not done this before!