A3DObject

Overview

A3DObject is a class in Aspose.3D FOSS for TypeScript. Inherits from: INamedObject.

A3DObject.constructor creates a new A3DObject with the given name.

This class declares 6 methods for A3DObject objects in TypeScript programs. Available methods include: constructor, findProperty, getProperty, removeProperty, setProperty, toString. Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package. Properties: name, properties.

Properties

NameTypeAccessDescription
namestringRead/WriteGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
constructor(name: string)Creates a new A3DObject with the given name
findProperty(propertyName: string)Property | nullReturns the Property with the specified name or null if not found
getProperty(property: string)anyRetrieves the value of the named property
setProperty(property: string, value: any)Sets the property value.
removeProperty(property: string | Property)booleanDeletes the specified property by name or Property instance, returning success
toString()stringReturns a string representation of the object

See Also

 English