Packages

 

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

Classes

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

Class ParametricCurves



  • public class ParametricCurves
    extends ColladaElement

    The parametric curves. Specifies how an edge is represented in a face’s parametric space.

    • Constructor Detail

      • ParametricCurves

        public ParametricCurves()
    • Method Detail

      • setInput

        public final void setInput(InputLocalOffset[] value)

        Gets or sets the input.

      • getEdgeCount

        public final String getEdgeCount()

        Gets or sets the edge count.

      • setEdgeCount

        public final void setEdgeCount(String value)

        Gets or sets the edge count.

      • 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 the curves 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 the curves 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 curves. Required.

      • setCount

        public final void setCount(long value)

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