Packages

 

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

Classes

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

Class Solids



  • public class Solids
    extends ColladaElement

    The solids. This element defines all the solids used in the BREP structure

    • Constructor Detail

      • Solids

        public Solids()
    • Method Detail

      • getInput

        public final InputLocalOffset[] getInput()

        Gets or sets the input. One input elements is needed to define a solid by its shells. The second is need for the orientation of the shells.

      • setInput

        public final void setInput(InputLocalOffset[] value)

        Gets or sets the input. One input elements is needed to define a solid by its shells. The second is need for the orientation of the shells.

      • getShellCount

        public final String getShellCount()

        Gets or sets the shell count. Contains a list of integers describing the number of shells for each solid.

      • setShellCount

        public final void setShellCount(String value)

        Gets or sets the shell count. Contains a list of integers describing the number of shells for each solid.

      • getPrimitives

        public final Primitives getPrimitives()

        Gets or sets the primitives. The indices of the shells for each solid.

      • setPrimitives

        public final void setPrimitives(Primitives value)

        Gets or sets the primitives. The indices of the shells for each solid.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.

      • getId

        public final String getId()

        Gets or sets the id. A text string containing the unique identifier of this element. This value must be unique within the instance document. Required.

      • setId

        public final void setId(String value)

        Gets or sets the id. A text string containing the unique identifier of this element. This value must be unique within the instance document. Required.

      • getName

        public final String getName()

        Gets or sets the name. The text string name of the element. Optional.

      • setName

        public final void setName(String value)

        Gets or sets the name. The text string name of the element. Optional.

      • getCount

        public final long getCount()

        Gets or sets the count. The number of solids. Required.

      • setCount

        public final void setCount(long value)

        Gets or sets the count. The number of solids. Required.