Message 1 of 5
how can extend face as a distacnce which along natural direction.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi ,every one .
I created a extend use natural type(Picture_1).
And inputed a distace(10mm) but the distance is along face's tangent direction(Picture_2).
But the distance is not 10mm along natural direction (Picture_3).
for example can i use curvature to calculate the distance_1.
extendFeatures = _rootComp.features.extendFeatures
inputEdges2 = adsk.core.ObjectCollection.create()
inputEdges2 =...
extendFeatureInput = extendFeatures.createInput(inputEdges2, distance_1, adsk.fusion.SurfaceExtendTypes.NaturalSurfaceExtendType)
extendFeatureInput.extendAlignment = adsk.fusion.SurfaceExtendAlignment.FreeEdges
newExtendFeature = extendFeatures.add(extendFeatureInput)