Packages

 

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

Classes

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

Class Edges



  • public class Edges
    extends ColladaElement

    The edges. Edges are limited by two vertices and have a curve for a geometric representation. The segment of the curve is also limited by its start and end parameters.

    • Constructor Detail

      • Edges

        public Edges()
    • Method Detail

      • getInput

        public final InputLocalOffset[] getInput()

        Gets or sets the input. Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex(the second is the opposite of the first) and one for the parametric values of the curve.

      • setInput

        public final void setInput(InputLocalOffset[] value)

        Gets or sets the input. Five input elements are needed to define an edge, one for referencing the curve, two for referencing the two vertices, one for the orientation of the first vertex(the second is the opposite of the first) and one for the parametric values of the curve.

      • getPrimitives

        public final Primitives getPrimitives()

        Gets or sets the primitives.

      • setPrimitives

        public final void setPrimitives(Primitives value)

        Gets or sets the primitives.

      • 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.

      • setName

        public final void setName(String value)

        Gets or sets the name.

      • getCount

        public final long getCount()

        Gets or sets the count.

      • setCount

        public final void setCount(long value)

        Gets or sets the count.