Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class ConvexMesh



  • public class ConvexMesh
    extends ColladaElement

    The convex mesh. The definition of the convex_mesh element is identical to the mesh element with the exception that instead of a complete description(source, vertices, polygons etc.), it may simply point to another geometry to derive its shape. The latter case means that the convex hull of that geometry should be computed and is indicated by the optional "convex_hull_of" attribute.

    • Constructor Detail

      • ConvexMesh

        public ConvexMesh()
    • Method Detail

      • getSource

        public final Source[] getSource()

        Gets or sets the source.

      • setSource

        public final void setSource(Source[] value)

        Gets or sets the source.

      • getVertices

        public final Vertices getVertices()

        Gets or sets the vertices.

      • setVertices

        public final void setVertices(Vertices value)

        Gets or sets the vertices.

      • getItems

        public final Object[] getItems()

        Gets or sets the items.

      • setItems

        public final void setItems(Object[] value)

        Gets or sets the items.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getConvexHullOf

        public final String getConvexHullOf()

        Gets or sets the convex hull of.

      • setConvexHullOf

        public final void setConvexHullOf(String value)

        Gets or sets the convex hull of.