ochaser.blogg.se

Catia v5 macro
Catia v5 macro













catia v5 macro
  1. Catia v5 macro how to#
  2. Catia v5 macro software#

What's a good way of avoiding being tied down to surface and point types within a macro? IMO the nature of the task means a good script wouldn't care what type of surface or point you have and would be more flexible. In this CATScript tutorial you learned several CATIA V5 scripting basics including: how to select multiple objects, how to create a new CATPart, how to create a.

Catia v5 macro software#

With over 20,000+ software engineers available for hire on a freelance, contract, or permanent basis. ThePart.InWorkObject = hybridShapeLineNormal1Īs always, if there are any tips on how I could improve things please do let me know. Arc helps you find top Catia macro developers, experts, and consultants who pass our Silicon Valley-caliber vetting process. HybridBody1.AppendHybridShape hybridShapeLineNormal1 Set hybridBody1 = hybridBodies1.Item("Vectors") Set hybridShapeLineNormal1 = hybridShapeFactory1.AddNewLineNormal(reference1, reference2, 15, -15, False)

catia v5 macro

Set reference2 = ThePart.CreateReferenceFromObject(hybridShapePointOnCurve1)ĭim hybridShapeLineNormal1 As hybridShapeLineNormal 2017 Fernando Petre, Technical Manager, CAD/PLM Consultant E: M: +40 725 155 588 Some differences in macros between CATIA V5.

catia v5 macro

Optimised tool paths and reduced machining time. This also facilitates innovation through shortened test cycles. Set hybridShapePointOnCurve1 = SelectedElement2.Value By integrating the pervasive knowledgeware capabilities of CATIA V5 (in manufacturing intent and macro storage, for example), NC products allow the capture of skills and reuse of proven manufacturing knowledge and avoid repetition. but if you need any special macro and it will be possible so. Set SelectedElement2 = mySelection.Item(i)ĭim hybridShapePointOnCurve1 as hybridShapePointOnCurve here are some examples of catia V5 macros. Set reference1 = ThePart.CreateReferenceFromObject(hybridShapeLoft1) Set hybridShapeLoft1 = SelectedElement1.Value Set SelectedElement1 = mySelection.Item(1) Make parts CATIA macro You must create parts in every model, so do it on the easy and organized way. Set hybridShapeFactory1 = ThePart.HybridShapeFactory















Catia v5 macro