public class RoundProperties extends Object
Internal class used by the Abstract3dModel used to represent the properties of the rounding operation.
This class is immutable.
Constructor and Description |
---|
RoundProperties(Plane plane,
double radius)
Creates the properties with the given radius on the given plane.
|
Modifier and Type | Method and Description |
---|---|
String |
getRounding()
Generates the OpenSCAD representation of the cylinder used by the rounding operation
with the necessary rotation if needed.
|
Boundaries3d |
getRoundingSize()
Calculates the size increase of the rounding operation.
|
public RoundProperties(Plane plane, double radius)
plane
- the plane used by the roundingradius
- the radius of the roundingpublic String getRounding()
public Boundaries3d getRoundingSize()
Copyright © 2014–2020, Printing in 3D. All rights reserved.