Arc
Model ElementThe Arc element allows you to generate an Arc graphic defined by a center marker and a reference marker or a radius.
Class Name
Arc
Attribute Summary
Name | Property | Modifiable by command? | Designable? |
---|---|---|---|
cm | Reference (Marker) | No | Yes |
radius | Double () | Yes | |
rangle | Double () | Yes | |
seg | Int () | ||
rm | Reference (Marker) | ||
color | String() | ||
hidden | Bool() | No |
Usage
Arc(cm=Marker(), radius=100)
Attributes
- cm
- Reference(Marker)
- radius
- Double()
- rangle
- Double()
- seg
- Int()
- rm
- Reference(Marker)
- color
- String()
- hidden
- Boolean
Example
Define Arc geometry
Arc (cm=marker1,rm=marker2, seg=20)
Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.