LineMesh
Model ElementThe LineMesh element connects a number of vertices in space with straight lines. It is similar to the Outline element except it does not require markers. You can pass coordinates to the LineMesh geometry.
Class Name
LineMesh
Attribute Summary
Name | Property | Modifiable by command? | Designable? |
---|---|---|---|
rm | Reference(Marker) | No | Yes |
lines | Int() | ||
vertex | Double([], count=0) | Yes | |
color | String() | ||
hidden | Bool() | No |
Usage
lm = LineMesh(rm=global_ref,
lines=2,
vertex= ( -2.7755576E-17, 0, 0, -5E-2, -2.5E-1, 0,
-2.7755576E-17, 0, 0, 5E-2, 2.5E-1, 0)
)
Attributes
- rm
- Reference(Marker)
- lines
- Int()
- vertex
- Double([], count=0)
- color
- String()
- hidden
- Boolean
Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.