41 {{
"radius", m_cylinder, &CoreShape::set_radius, &CoreShape::radius},
42 {
"length", m_cylinder, &CoreShape::set_length, &CoreShape::length},
43 {
"axis", m_cylinder, &CoreShape::set_axis, &CoreShape::axis},
44 {
"center", m_cylinder, &CoreShape::center},
45 {
"direction", m_cylinder, &CoreShape::direction},
46 {
"open", m_cylinder, &CoreShape::open}});