create_face
Create a flat polygon face in SketchUp by providing an ordered list of 3D points. Optionally assign a layer or material.
Instructions
Create a flat face (polygon) in SketchUp from an ordered list of 3D points. Points are in SketchUp's default unit (inches unless model is metric).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | Ordered list of [x, y, z] vertices. Minimum 3. | |
| layer | No | Layer name to assign (created if missing). | |
| material | No | Material name to assign (created if missing). |