Class ParametricCurves

ParametricCurves class

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

public class ParametricCurves : ColladaElement

Constructors

NameDescription
ParametricCurves()The default constructor.

Properties

NameDescription
Count { get; set; }Gets or sets the count. The number of curves. Required.
EdgeCount { get; set; }Gets or sets the edge count.
Extra { get; set; }Gets or sets the extra.
Id { get; set; }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.
Input { get; set; }Gets or sets the input.
Name { get; set; }Gets or sets the name. The text string name of the element. Optional.
Primitives { get; set; }Gets or sets the primitives.

See Also