Hi everyone, i came across a problem regarding inter_part in the XLS of standard parts in moldwizard:
imagine:
i have
XPTO.prt
|-xpt1.prt
on the xpt1 i have a variable called "engage" and in the XLS is populated as "value*1.5" -> "value" is a integer variable
on the XPTO XLS i have in the...
Hi all :)
anyone knows a way to apply a .pax thru journal ? i was trying to find a way to do it but im failing miserable.
im doing a routine to cycle tru all my assemblys in session and apply that .pax file (in this case is a Visualization template) but i dunno how to apply the pax to the...
Hello all, i was wondering if there's a possibility on Mold wizard Standard Part to have the main image, then when i select a specific Parameter of that part the image changes to address the selected Parameter.
NX8.5 - NX9 - NX 10 - NX11 - NX12
BETA TESTER: 11 - 12
Hello all, im trying to run a journal to export a image but im having problems on the "ShowHideType":
Dim numberHidden As Integer
numberHidden = theSession.DisplayManager.HideByType(DisplayManager.Hide.Datums, DisplayManager.ShowHideScope.AnyInAssembly)
numberHidden =...
thread561-291919
i would like to debate a bit more the matter on the thread above.
where i work, i work with projects that have 300+ assembly's (total size between 1gb - 10gb) we work with MoldWizzard DB's and own DB's (parametric....interpartdata...blablabla), we are currently working with...
thread561-340068
anyone with VS 2017? im trying to make NXwizzard work but when i click "OK" it resets the "New Project" Dialog
(woking fine on 2015)
i have the "Wizard=VsWizard.VsWizardEngine.15.0" on "NX9_VB.vsz"
NX8.5 - NX9 - NX 10 - NX11
Hello i wonder if anyone could help me or point some directions...
i have this code:
For Each bodyItem As Body In CType(child.Prototype, Part).Bodies
Dim tmpNXObject As NXObject = child.FindOccurrence(bodyItem)
If Not tmpNXObject Is Nothing Then...
is there anyone using NX11 (no product designers) ?
i wanted just few a feedback on Modeling / Moldwizzard / Surfaces / sync. modeling. im about to move the company to NX11 and its "always a challenge" changing version, but is there any know major problems something that we should look in...
anyone have any trick to select a cell within a tabular note using journaling ?
i can select the tabular note but cant only the cell.
(im using VB)
NX8.5 - NX9 - NX 10 - NX11
Hello all,
i have a journal that uses a .dlx, on that i have an user_input_text that is Combo (Presentation Style)
what i want to know is if i can make it at the same time "Autocomplete"
my aim is that a user can input it manualy and get the text autocompleted or select from the drop down...
so i have bits of code that i found somewhere on web (if anyone knows the code please post the source)
The Journal its suposed to look for broken links and report the assembly that contains the bronken link aswell as the parent feature and to who assembly links belong.
somehow its not working...
Is the a way thru journaling to do this:
Search for the atribute "ATTRIXPTO" on the part/assbly selected if it not exist he creates it and return a dialog to inset the value. if it exists it returns the same dialog but containing the value on it (i can edit it if i want or cancel if i dont want...
Anyone knows the location to modify the Shell folders for when open/save files ?
Ive Changed one time but i formated the computer and cant remember where to find it.
I Think is thru regedit
NX8.5 - NX9 User
hello all, im new at journaling but could anyone help me on this one:
cowski snippet(thanks for it):
Dim thePart As Part = theComponent.Prototype.OwningPart
Try
If thePart.IsFullyLoaded Then
'component is fully loaded
Else
'component is partially loaded
End If...
Hello,
Does anyone know if there is a way to put NX toolbars inside of a custom toolbar (without the need of moving item by item) for example:
i create a toolbar called 2D and inside of my 2D toolbar i want "Lines and Curves" "Drawing" and "Dimension" toolbars/items from nx defaults.
is there...
Hello everyone,
Anyone knows how to position the TRIAD at the bottom left to, for example, top left ?
(i don't know if it is possible but like we have the option to turn it on/off i presume that can be positioned )
the problem is that in full screen mode my bottom toolbar hides the TRIAD...
thread561-319996
hello all,
i would love help in some things :
i would like to retrive all the info that that journal gives in an Information window, and would like if i could select any part insteed only the work park, what im trying to do is to populate the "catalog/size" on BOM.
btw the...