GraCurve
Model ElementThe GraCurve element allows you to represent a curve defined in the model as a Curve element.
Class Name
GraCurve
Description
The graphic is defined by a number of straight line segments connecting vertices on the curve defined by Curve reference.
Attribute Summary
Name | Property | Modifiable by command? | Designable? |
---|---|---|---|
curve | Reference(Curve) | No | No |
rm | Reference(Marker) | ||
seg | Int () |
Usage
GraCurve(curve=Curve(), rm=Marker())
Attributes
- curve
- Reference(Curve)
- rm
- Reference(Marker)
- seg
- Int()
Example
- Define GraCurve
geometry.
GraCurve (curve=curve,rm=marker, seg=20)
Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.