public class PrimitivesWithHoles extends ColladaElement
The primitives with holes. Describes a primitives that contains one or more holes.
Constructor and Description |
---|
PrimitivesWithHoles() |
Modifier and Type | Method and Description |
---|---|
String[] |
getHoles()
Gets or sets the holes.
|
Primitives |
getPrimitives()
Gets or sets the primitives.
|
void |
setHoles(String[] value)
Gets or sets the holes.
|
void |
setPrimitives(Primitives value)
Gets or sets the primitives.
|
public final Primitives getPrimitives()
Gets or sets the primitives.
public final void setPrimitives(Primitives value)
Gets or sets the primitives.
public final String[] getHoles()
Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.
public final void setHoles(String[] value)
Gets or sets the holes. The hole element represents a hole in the polygon specified. There must be at least one hole element.