Package org.djutils.draw.volume
Class Volume3d
java.lang.Object
org.djutils.draw.volume.Volume3d
- All Implemented Interfaces:
Serializable
Volume3d.java.
Copyright (c) 2020-2024 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:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the lines making up the wireframe of this object.
-
Constructor Details
-
Volume3d
public Volume3d()
-
-
Method Details
-
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
-