Solids class

Solids class

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

Inheritance: SolidsColladaElement

The Solids type exposes the following members:

Constructors

ConstructorDescription
initConstructs a new instance of Solids

Properties

PropertyDescription
inputGets 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.
shell_countGets or sets the shell count.
Contains a list of integers describing the number of shells for each solid.
primitivesGets or sets the primitives.
The indices of the shells for each solid.
extraGets or sets the extra.
idGets or sets the id.
A text string containing the unique identifier of this element.
This value must be unique within the instance document.
Required.
nameGets or sets the name.
The text string name of the element.
Optional.
countGets or sets the count.
The number of solids.
Required.

See Also