Uses of Enum Class
cz.fidentis.analyst.engines.point2surface.PointToSurfaceDistanceConfig.Method
Packages that use PointToSurfaceDistanceConfig.Method
-
Uses of PointToSurfaceDistanceConfig.Method in cz.fidentis.analyst.engines.point2surface
Methods in cz.fidentis.analyst.engines.point2surface that return PointToSurfaceDistanceConfig.MethodModifier and TypeMethodDescriptionPointToSurfaceDistanceConfig.method()
Returns the value of themethod
record component.Returns the enum constant of this class with the specified name.static PointToSurfaceDistanceConfig.Method[]
PointToSurfaceDistanceConfig.Method.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in cz.fidentis.analyst.engines.point2surface with parameters of type PointToSurfaceDistanceConfig.MethodModifierConstructorDescriptionPointToSurfaceDistanceConfig
(PointToSurfaceDistanceConfig.Method method, javax.vecmath.Point3d point, boolean checkOverlay) Creates an instance of aPointToSurfaceDistanceConfig
record class.