Uses of Class
com.amalgamasimulation.geometry.geometry3d.PolylineWithZProfile
Packages that use PolylineWithZProfile
-
Uses of PolylineWithZProfile in com.amalgamasimulation.geometry.geometry3d
Methods in com.amalgamasimulation.geometry.geometry3d that return types with arguments of type PolylineWithZProfileModifier and TypeMethodDescriptionPolylineWithZProfile.splitAtAbsOffsets(List<Double> absOffsets) Splits this polyline into sub-polylines at the specified absolute offsets measured along the XY-plane.Methods in com.amalgamasimulation.geometry.geometry3d with parameters of type PolylineWithZProfileModifier and TypeMethodDescriptionPolylineWithZProfile.getAllIntersections(PolylineWithZProfile other) Returns all intersection descriptors between this polyline and the specified polyline, where both XY intersection and equal z are present at the same offsets.