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