Class InstanceBuilder
InstanceBuilder class
Represents an element within Instances
public sealed class InstanceBuilder
Properties
| Name | Description |
|---|---|
| Content { get; set; } | Gets or sets the content of this instance. It can be one of those types: - FixedTransformer - RigidTransformer - SkinnedTransformer |
| Extras { get; } | Gets the custom data of this object. |
| Materials { get; } | Gets the materials used by Content. |
| Name { get; } | Gets the display text name of this object, or null. |
Methods
| Name | Description |
|---|---|
| Remove() | Removes this instance from its parent SceneBuilder. |
| WithExtras(JsonContent) | |
| WithName(string) |
See Also
- namespace Aspose.CAD.FileFormats.GLB.Scenes
- assembly Aspose.CAD