Hello,
I currently have a method for adding a PMI note to reference a part attribute which requires the user to select the piece, search for the attribute, and place the note + leader.
This process takes a few too many steps, so I'd like to simplify it by auto-generating the note text (not...
Not sure how to automate it, but you could use a button to save a few clicks:
Right Click->Customize->Commands
Under "Application", bring the Drafting button to your toolbar.
Then again, if your goal is to begin the drafting application right away, you can select a drawing when specifying...
Thanks for the reply.
Unfortunately, it's not really the spline that I'm looking to select.
If you use Analysis->Curve->Curve Analysis, there is an option to display minimum radius. I need the callout for that number.
Doing this to make representation of cable more accurate. Right now...
As a clarification, I have a journal which puts a curve analysis on the selected spline. I'd like to call the "minimum radius" value from this analysis, for use in a function which adds slack to the spline until the measured value meets or exceeds a given value.
The only one I've found is...
I'm attempting to reference the minimum radius of a selected curve from within a journal... so far, i've tried doing this using CreateCurveCurvatureAnalysisBuilder(), but I was wondering if there was an easier way.
Perhaps "GeometricUtilities.CombOptionsBuilder.AnalysisTypes.Radius"?
If you right click your toolbars and go to customize, you can make your own (including custom buttons, etc).
For that one specifically, make your own, then place the button "orient view drop down" (from the commands tab in customize menu) and put it on your toolbar. While customize is still...
Working with a simple VB journal, but I can't seem to grab (just) electrical routing paths.
I had imagined it was something similiar to "workPart.RouteManager.LinearPaths" or "workPart.RouteManager.LineSegments", but neither work...
Cheers