Hello friends , I have a shape of a cube created from 3DSketchlines and I want to fill all sides of this shape.I found the function : Insert Fill-Surface .This functions is works manually but with vba macro no . Someone can help me please.Thank you in advance
Hi Korbi, I suggest following approach for programmatically creating surface geometry :
Select sets of 3 points at a time.
Create a plane using the 3 points.
Create a 2D sketch and draw a triangle using the 3 points.
Insert planar surface using the 2D sketch.
In this approach, either write an algorithm to decide 3 point sets, or type 3 point sets and input to the program.