[]
Base class for 3D shapes.
public abstract class Shape3D : DependencyObject, IGeometry3D
| Name | Description |
|---|---|
| Shape3D() |
| Name | Description |
|---|---|
| _loc | Stores the location of the shape. |
| _sz | Stores the size of the shape. |
| Name | Description |
|---|---|
| Center | Gets the center of the shape. |
| Geometry | Gets 3D geometry that describes the shape. |
| Style | Gets or sets the plot style. |
| Name | Description |
|---|---|
| Render(RenderContext) | Renders the shape based on the specified render context. |