Class PrimitivesWithHoles

PrimitivesWithHoles class

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

public class PrimitivesWithHoles : ColladaElement

Constructors

NameDescription
PrimitivesWithHoles()The default constructor.

Properties

NameDescription
Holes { get; set; }Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.
Primitives { get; set; }Gets or sets the primitives.

See Also