Uses of Enum Class
simpa.acc.api.BendingType
Packages that use BendingType
Package
Description
This package contains the public interfaces and classes of the simpa.acc library.
-
Uses of BendingType in simpa.acc.api
Methods in simpa.acc.api that return BendingTypeModifier and TypeMethodDescriptionstatic BendingTypeReturns the enum constant of this class with the specified name.static BendingType[]BendingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in simpa.acc.api with parameters of type BendingTypeModifier and TypeMethodDescriptionvoidAccCli.addBending(String elementName, Double scaling, double length, double deflection, Double tilt, Double longPos, String etn, String group, Map<Double, Profile> profileMap, org.apache.commons.math3.geometry.euclidean.threed.Rotation rot, BendingType bendingType) voidAccCli.createBendingPath(Double deflectionAngle, Double bendingRadius, Integer nSegments, Double extentionLength, String name, org.apache.commons.math3.geometry.euclidean.threed.Vector3D translation, org.apache.commons.math3.geometry.euclidean.threed.Rotation rot, BendingType bendingType)