Class Solids

Solids class

The solids. This element defines all the solids used in the BREP structure

public class Solids : ColladaElement

Constructors

NameDescription
Solids()The default constructor.

Properties

NameDescription
Count { get; set; }Gets or sets the count. The number of solids. Required.
Extra { get; set; }Gets or sets the extra.
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. One input elements is needed to define a solid by its shells. The second is need for the orientation of the shells.
Name { get; set; }Gets or sets the name. The text string name of the element. Optional.
Primitives { get; set; }Gets or sets the primitives. The indices of the shells for each solid.
ShellCount { get; set; }Gets or sets the shell count. Contains a list of integers describing the number of shells for each solid.

See Also