Name | Type | Description | Notes |
---|---|---|---|
Boundary | List<List<double>> | A list of points representing the outer boundary vertices of the face. The list should include at least 3 points and each point should be a list of 3 (x, y, z) values. | |
Type | string | [optional] [readonly] [default to "Face3D"] | |
Holes | List<List<List<double>>> | Optional list of lists with one list for each hole in the face.Each hole should be a list of at least 3 points and each point a list of 3 (x, y, z) values. If None, it will be assumed that there are no holes in the face. | [optional] |
Plane | Plane | Optional Plane indicating the plane in which the face exists.If None, the plane will usually be derived from the boundary points. | [optional] |