Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
anyone can make a macro.
when I select a surface create a pattern automatically center of surface.
Solved! Go to Solution.
anyone can make a macro.
when I select a surface create a pattern automatically center of surface.
Solved! Go to Solution.
Hi,
I use this for that purpose.
Select the surface and run the macro.
EDIT PAR 'ProjectionPatternDirection' 'u'
EDIT SURFPROJ USELIMITS_V ON
EDIT SURFPROJ START_V "0.5"
EDIT SURFPROJ END_V "0.5"
EDIT SURFPROJ USELIMITS_U OFF
EDIT PAR 'ProjectionSurfaceUnits' 'normalised'
EDIT PAR 'RadialDepthOfCut.UserDefined' '1'
// Create the embedded Pattern
EDIT PATTERN SURFACE_RASTER
Wow It's Amazing
thank you so much😊
amazing its working
can u tell how you get these commands
turn on the echo commands