Packages

 

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

Classes

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

Class PrimitivesWithHoles



  • public class PrimitivesWithHoles
    extends ColladaElement

    The primitives with holes. Describes a primitives that contains one or more holes.

    • Constructor Detail

      • PrimitivesWithHoles

        public PrimitivesWithHoles()
    • Method Detail

      • getPrimitives

        public final Primitives getPrimitives()

        Gets or sets the primitives.

      • setPrimitives

        public final void setPrimitives(Primitives value)

        Gets or sets the primitives.

      • getHoles

        public final String[] getHoles()

        Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.

      • setHoles

        public final void setHoles(String[] value)

        Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.