Macro in CATIA using VB.Net
Macro in CATIA using VB.Net
(OP)
Hi,
We have two Curve's in CATIA Part.
I am creating a macro using VB.NET, which will-
1. Create points on both the curves, points must be at regular intervals depending on the distance of the curve.
2. Measure distances between points on these curves
Can some one help
We have two Curve's in CATIA Part.
I am creating a macro using VB.NET, which will-
1. Create points on both the curves, points must be at regular intervals depending on the distance of the curve.
2. Measure distances between points on these curves
Can some one help





RE: Macro in CATIA using VB.Net
My suggestion is to start with VBA code then rewrite it in VB.net.
Could you share with us what you have written by now?
1) Use AddNewPointOnCurveFromDistance or AddNewPointOnCurveFromPercent from HybridShapeFactory
2) To mesaure distance use SPA Workbench.
Regards
Peter