pub type SimpleShape = GenericSimpleShape<Html, Outline>;Aliased Type§
pub struct SimpleShape {
pub desc: Html,
pub edges: IndexVec<FaceId, Html>,
pub edge_width: f64,
pub itemname: String,
pub outline: Outline,
/* private fields */
}Fields§
§desc: Html§edges: IndexVec<FaceId, Html>§edge_width: f64§itemname: String§outline: Outline