Frustrum
Model ElementThe Frustumelement allows you to represent the portion of a cone that remains after its upper part has been cut off by a plane parallel to its base, or that is intercepted between two such planes.
Class Name
Frustum
Attribute Summary
Name | Property | Modifiable by command? | Designable? |
---|---|---|---|
end_caps | Enum ("OPEN CLOSE TOP_ONLY BOTTOM_ONLY") | NO | |
cm | Reference(Marker) | Yes | |
top | Double() | Yes | |
bottom | Double() | Yes | |
length | Double() | Yes | |
refinement_level | Int() | ||
material_inside | Bool () | ||
color | String() |
Usage
Frustum(curve=Marker(), top=120, bottom=50, length=200)
Attributes
- end_caps
- Enum()
- cm
- Reference(Marker)
- bottom
- Double()
- top
- Double()
- length
- Double()
- refinement_level
- Int()
- material_inside
- Specifies if the graphic has material inside or outside. material_inside is a boolean flag (TRUE/FALSE).
- color
- String()
Example:
Frustum (cm=Marker(), top=120, bottom=50, length=200)
Comments
- See Properties for an explanation about what properties are, why they are used, and how you can extend these.