Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: iscariot
  • Content: Threads
  • Order by date
  1. iscariot

    Catia.RefreshDisplay and DisplayFileAlerts to False from vb.net

    I would have expected to use: Catia.RefreshDisplay = False Catia.DisplayFileAlerts = False to improve the speed of the code but I don't understand why it is not working from vb.net. Any idea?
  2. iscariot

    Simplify Circle2D with lines

    Any idea how I could take one Circle2D and simplify it with lines? I would need something like below.
  3. iscariot

    Curve2D Explode (Drafting or Sketch)

    Any idea on how I can take Curve2D and explode them? I have some Curve2D resulted from text saving as DXF and I would need to transform it in lines. Manually I could use Explode but I fail to automate the process.
  4. iscariot

    Developed 2D to folded surface

    I would need your ideas to achieve to take one sketch from Part Design (made from 2D unfolded view) and fold it on a surface close a to cylinder. I don't have access to developed toolbar as I don't have the license for it. How can I trick it without this toolbar? Thank you.
  5. iscariot

    Drafting translate from selection between two points

    Is it possible in Drafting to translate a selection between two points? I mean with automation.
  6. iscariot

    Drafting - Positional Link - Create for ballons (text)

    Is it possible to automate "Positional Link - Create" to "group" some ballons togheter? The goal is to move one ballon and the other to move accordingly with the first one.
  7. iscariot

    Drafting - Connection between GeneratedItem and 3D Product

    Do we have any connection between GeneratedItem and 3D Product? Or with other words, by having a line from a view generated from 3D, is it possible to find Product Name?
  8. iscariot

    Break line on top of text (Drafting)

    Do I have any easy method to break lines top of 2D text? I have tried Blank Background but it is not ok as it adds Blank Background also for leaders and this is not allowed for my case. Maybe there is a way to remove Blank Background?
  9. iscariot

    Text Drafting - Change Blank Background

    Is "Blank Background" open for automation? I cannot find it. I need to set for text "Area fill and geometry" under "Blank Background" properties.
  10. iscariot

    Section View MarkupArrow (Callout Arrows)

    Are the MarkupArrow (Callout Arrow from Section View) exposed for automation? I cannot find them.
  11. iscariot

    Deafting text multiple lines - change font size only for one line

    Is it possible with automation to change the font size only for one line of text?
  12. iscariot

    Text with circle frame vs Ballon (Drafting)

    I am able to create automatically text with circle frame but I cannot use them, as leader looks not similar with balloons leader. Do you have any suggestion on how I could create directly ballons with macro?
  13. iscariot

    Drafting 3D Clipping

    Is it possible to automate 3D Clipping from Drafting? This is the function that allows to cut not desired area from 2D views.
  14. iscariot

    Drafting balloons (1)(2)(3)

    Is it possible to create manually ballons in a desired direction? For example: (1)(2)(3)... Only one balloon will have a leader added manually.
  15. iscariot

    Drafting space to draw

    Is it possible in drafting to project directly from 3D in 2D desired bodies? In Catia V4 there was one function called space to draw.
  16. iscariot

    Batch mode from vb.net

    How can I use CV5 batch mode using vb.net? would this be possible?
  17. iscariot

    Create View (vb.net) using example from doc

    I tried and failed to create a view using the example from documentation. If I used it in CATScript it is working, but if I move it in vb.net it fails at below line with error "Member not found": oFrontViewGB.Document = oPartToDraw What am I missing? Help is highly appreciate :) '...
  18. iscariot

    Rename Set of Parameters

    I try to rename a set of parameters and I failed :( What I am doing wrong? CATIA.StartCommand ("Clear History") mySelection.Clear mySelection.Add (oRootParams) 'mySelection.Search("CATKnowledgeSearch.AdvisorParameterSet.Name='Parameter_Name',all")...
  19. iscariot

    EHI automation

    Where could I start to do macros for Electrical Harness Installation? Where can I find some examples?
  20. iscariot

    PLMV4ToV5Migration - utility automation

    Would it be possible to automate PLMV4ToV5Migration? How?

Part and Inventory Search