pub type Brush = Vec<Surface>;Expand description
Convex polyhedron
Aliased Type§
pub struct Brush { /* private fields */ }Trait Implementations§
Source§impl CheckWritable for Brush
impl CheckWritable for Brush
Source§fn check_writable(&self) -> ValidationResult
fn check_writable(&self) -> ValidationResult
Determine if an item can be written to file Read more