Enum geo_aid::script::figure::LineDefinition
source · pub enum LineDefinition {
TwoPoints(Box<PointDefinition>, Box<PointDefinition>),
}Expand description
How the line is defined.
Variants§
TwoPoints(Box<PointDefinition>, Box<PointDefinition>)
Indices pointing to geometrical constructs creating that line