Class InstanceGeometry
Contents
[
Hide
]InstanceGeometry class
The instance geometry. The instance_geometry element declares the instantiation of a COLLADA geometry resource.
public class InstanceGeometry : ColladaElement
Constructors
Name | Description |
---|---|
InstanceGeometry() | The default constructor. |
Properties
Name | Description |
---|---|
BindMaterial { get; set; } | Gets or sets the bind material. Bind a specific material to a piece of geometry, binding varying and uniform parameters at the same time. |
Extra { get; set; } | Gets or sets the extra. The extra element may appear any number of times. |
Name { get; set; } | Gets or sets the name. The name attribute is the text string name of this element. Optional attribute. |
Sid { get; set; } | Gets or sets the sid. The sid attribute is a text string value containing the sub-identifier of this element. This value must be unique within the scope of the parent element.Optional attribute. |
Url { get; set; } | Gets or sets the url. The url attribute refers to resource. This may refer to a local resource using a relative URL fragment identifier that begins with the “#” character. The url attribute may refer to an external resource using an absolute or relative URL. |
See Also
- class ColladaElement
- namespace Aspose.CAD.FileFormats.Collada.FileParser.Elements
- assembly Aspose.CAD