If I add a Face to the Model are the edges automatically added

I am using Ruby interfaces to build a Model. If I add a Face entity to the Model using Points, will the corresponding Edges be added as well?

Hi Fred,

This is more of an API question, I’ve reclassified accordingly. I think the answer to your question is “yes”, but let’s see if one of our Ruby gurus can weigh in definitively.

John
.

In SketchUp a face always has edges around. If you create a face with ruby and add it to the entities the edges will be created automatically.

1 Like

Yes. You can use point or existing edges. If you are not reusing existing edges just use points.

1 Like