Class Shells

Shells class

The shells. Describes the shells of a B-rep structure. A shell is the union of one or more faces. A closed shell can limit a solid.

public class Shells : ColladaElement

Constructors

NameDescription
Shells()The default constructor.

Properties

NameDescription
Count { get; set; }Gets or sets the count. The number of shells. Required.
Extra { get; set; }Gets or sets the extra.
FacesCount { get; set; }Gets or sets the faces count. Contains a list of integers describing the number of faces for each shell.
Id { get; set; }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.
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