i’m creating faceted surface but also need to chamfer edges, if i use mesh i cant chamfer and if i use surfaces the edges don’t remain straight… tbh i’m still not sure on the best use of mesh vs surface
Below is an example of typical comparison, moving point highlighted in green
mesh keeps EDGE A straight
surface starts to bend EDGE A (and all the edges associated )
Can edge on a surface be fixed to change as a facet?
It is difficult to answer your question without having a file with the geometry. You can upload a .3dm file by dragging the file to the window where you type a post, or click on the vertical arrrow icon above where you type a post.
okay, i just added a small file with this shape on, i think i must have made the surface from the mesh (meshtoNURB) but there’s edit i want to do like chamfer that i cant do with the mesh so it feels like the workflow gets repeated everytime i change the original shape
Try laying our your object with curves 1st insuring they are all straight, then use planar surfaces to create the shape. It looks like you are lofting, or using edgesrf… planar will get you a better result IMO.
The triangular surfaces are trimmed degree 1 quad surfaces. Both MeshToNURBS and PlanarSrf will produce these surfaces. This is the cause of the curvature when moving a control point.
When a control point of a planar degree 1 quad surface is moved out of plane the surface becomes warped and is no longer planar even though the edges remain straight lines. Then a warped quad surface is trimmed to be a triangular surface one edge of the trimmed surface will be curved. That is inherent in the geometry of warped surfaces.
Use MeshToNURB with TrimTriangularFaces=No The result will be untrimmed triangular surfaces with one zero-length edge. When a control point is moved the surface will remain planar. The disadvantage of using untrimmed triangular surfaces is difficulties can occur in extending the surface and similar.
thanks informative and helpful
i’m not sure if it better to be working in mesh or surfaces, does it really matter
just one more question, if i wanted the surfaces to curve how do i get the edges all to follow so the geometry stays closed? when the surface is joined no control points are active
MeshToNURB with TrianglularFaces=No Explode the resulting polysurface SelSrf all the exploded surfaces Rebuild as single splan surfaces with Points = 3 and Degree = 2 or Points = 4 and Degree =3
When editing edges select all control points at the same location to move together or nudge together
If you don’t move all the control points at the same locaiton together then drag control points until they are at the same location with Point Osnap on, or use MatchSrf with Closest points and Refine match off, and Isocurve direction automatic. If 3 points per surface then use only position matching. If 4 points per surface use position or tangency matching.
You will need to refine the render mesh settings to prevent apparent gaps from appearing.
david, i just had to go back to this model as during the vray render the edge aren’t being filleted/ smoothed so it must be a model issue. So i wanted to just have the edges with a 0.2mm fillet but it causes a total mess. any pointers would be great
What is the absolute tolerance setting? For a 0.2mm fillet the absolute tolerance needs to be 0.01 or smaller. How far from the world origin is the model?
Post a .3dm file with sample geometry and someone may be able to provide specific solutions or suggestions.
tolerance is 0.001, the model is located on the axis, i also tried a similar setting in keyshot and it also doesn’t pick up the edges, except for 3 random areas.
’
this is what the model looks like when i add fillet on the poly, this is 0.05 just to take the sharpness away
thanks, no solution found yet… the issue is that in both rendering software vray and keyshot it doesn’t pick up all the edges to round using the tools … just the 90deg surround so quite frustrating
all the edge seem to be naked, implying that there is imperfection, i created this from flat curves and then move out the control points. it seem such a simple shape i can’t understand how there can be issues, i’ve tried all repairs and still having issues