Class RMPath3DUtils
- java.lang.Object
- 
- com.inductiveautomation.rm.graphics.RMPath3DUtils
 
- 
 public class RMPath3DUtils extends java.lang.ObjectHelper methods for the RMPath3D class.
- 
- 
Constructor SummaryConstructors Constructor Description RMPath3DUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<RMPath3D>getPaths(RMPath aPath, double z1, double z2, double strokeWidth)Creates and returns a list of paths in 3D for a given 2D path and extrusion.static java.util.List<RMPath3D>getPaths(RMPath aPath, float z1, float z2)Creates and returns a list of paths in 3D for a given 2D path and extrusion.
 
-