Uses of Enum Class
eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.SubdivisionMesh.BoundaryMode
Packages that use SubdivisionMesh.BoundaryMode
Package
Description
-
Uses of SubdivisionMesh.BoundaryMode in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d
Subclasses with type arguments of type SubdivisionMesh.BoundaryMode in eu.mihosoft.vrl.v3d.ext.openjfx.shape3dModifier and TypeClassDescriptionstatic enum
Describes whether the edges and points at the boundary are treated as creasesMethods in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d that return SubdivisionMesh.BoundaryModeModifier and TypeMethodDescriptionPolygonMeshView.getBoundaryMode()
Gets the value of theboundaryMode
property.SubdivisionMesh.getBoundaryMode()
static SubdivisionMesh.BoundaryMode
Returns the enum constant of this class with the specified name.static SubdivisionMesh.BoundaryMode[]
SubdivisionMesh.BoundaryMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d that return types with arguments of type SubdivisionMesh.BoundaryModeModifier and TypeMethodDescriptionjavafx.beans.property.SimpleObjectProperty
<SubdivisionMesh.BoundaryMode> PolygonMeshView.boundaryModeProperty()
Texture mapping boundary rule for Catmull Clark subdivision applied to the meshMethods in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d with parameters of type SubdivisionMesh.BoundaryModeModifier and TypeMethodDescriptionvoid
PolygonMeshView.setBoundaryMode
(SubdivisionMesh.BoundaryMode boundaryMode) Sets the value of theboundaryMode
property.void
SubdivisionMesh.setBoundaryMode
(SubdivisionMesh.BoundaryMode boundaryMode) Constructors in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d with parameters of type SubdivisionMesh.BoundaryModeModifierConstructorDescriptionSubdivisionMesh
(PolygonMesh originalMesh, int subdivisionLevel, SubdivisionMesh.BoundaryMode boundaryMode, SubdivisionMesh.MapBorderMode mapBorderMode) -
Uses of SubdivisionMesh.BoundaryMode in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic
Methods in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic with parameters of type SubdivisionMesh.BoundaryModeModifier and TypeMethodDescriptionstatic SymbolicPolygonMesh
SymbolicSubdivisionBuilder.subdivide
(SymbolicPolygonMesh oldMesh, SubdivisionMesh.BoundaryMode boundaryMode, SubdivisionMesh.MapBorderMode mapBorderMode) Constructors in eu.mihosoft.vrl.v3d.ext.openjfx.shape3d.symbolic with parameters of type SubdivisionMesh.BoundaryModeModifierConstructorDescriptionSubdividedPointArray
(SymbolicPointArray controlPointArray, int numPoints, SubdivisionMesh.BoundaryMode boundaryMode) SymbolicSubdivisionBuilder
(SymbolicPolygonMesh oldMesh, SubdivisionMesh.BoundaryMode boundaryMode, SubdivisionMesh.MapBorderMode mapBorderMode)