Package org.djutils.draw.volume
Class Volume3d
- java.lang.Object
-
- org.djutils.draw.volume.Volume3d
-
- All Implemented Interfaces:
Serializable
public class Volume3d extends Object implements Serializable
Volume3d.java.Copyright (c) 2020-2021 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.- Author:
- Alexander Verbraeck, Peter Knoppers
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Volume3d()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PolyLine3d>
getWireframeLines()
Return the lines making up the wireframe of this object.
-
-
-
Method Detail
-
getWireframeLines
public List<PolyLine3d> getWireframeLines()
Return the lines making up the wireframe of this object.- Returns:
- List<Line>; the A list of lines making up the wireframe of the object
-
-