Uses of Class
cz.fidentis.analyst.data.shapes.CrossSection3D
Packages that use CrossSection3D
Package
Description
Drawable objects of the scene.
-
Uses of CrossSection3D in cz.fidentis.analyst.drawables
Methods in cz.fidentis.analyst.drawables that return CrossSection3DModifier and TypeMethodDescriptionprotected CrossSection3D
DrawableInteractiveMask.interpolateLine
(SurfaceMask.MaskPoint3D p1, SurfaceMask.MaskPoint3D p2) Interpolates a single curve between surface mask points using a cutting plane defined by the said two points and a normal of mesh triangle upon which a point lies.Methods in cz.fidentis.analyst.drawables that return types with arguments of type CrossSection3DModifier and TypeMethodDescriptionprotected List
<CrossSection3D> DrawableInteractiveMask.interpolatePoints()
interpolates curves to draw onto face -
Uses of CrossSection3D in cz.fidentis.analyst.engines.cut
Methods in cz.fidentis.analyst.engines.cut that return CrossSection3DModifier and TypeMethodDescriptionstatic CrossSection3D
CrossSectionServices.compute
(MeshFacet mesh, CrossSectionConfig config) Returns a cross-section curve of the given mesh.static CrossSection3D
CrossSectionServices.compute
(MeshModel mesh, CrossSectionConfig config) Returns a cross-section curve of the given mesh.static CrossSection3D
CrossSectionServices.compute
(Collection<MeshFacet> mesh, CrossSectionConfig config) Returns a cross-section curve of the given mesh.CrossSectionVisitor.getCrossSectionCurve()
Returns computed cross-section curve. -
Uses of CrossSection3D in cz.fidentis.analyst.engines.cut.impl
Methods in cz.fidentis.analyst.engines.cut.impl that return CrossSection3D