Group

Overview

Group is a class in Aspose.3D FOSS for Java. Inherits from: A3DObject.

A Group represents the logical relationships of Node.

This class provides 16 methods for working with Group objects in Java programs. Available methods include: A3DObject, Group, findProperty, getGroups, getName, getNodes, getParent, getProperties, getProperty, removeProperty, setName, setProperty, and 1 additional methods. All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: groups, name, nodes, parent, properties.

Properties

NameTypeAccessDescription
parentGroupReadParent group of current group
@return Parent group of current group
/
groupsList<Group>ReadSub-groups
@return Sub-groups
/
nodesList<Node>ReadThe nodes in this group
@return The nodes in this group
/
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
Group(name: String)Construct a new instance of Group
@param name Group’s name
/
Group()Construct a new instance of Group
/
getParent()GroupParent group of current group
@return Parent group of current group
/
getGroups()List<Group>Sub-groups
@return Sub-groups
/
getNodes()List<Node>The nodes in this group
@return The nodes in this group
/
toString()StringGets the string representation of Group
@return The string representation of current instance
/
A3DObject()Calls A3DObject on this Group instance.
A3DObject(name: String)Calls A3DObject(name) on this Group instance.
getName()StringReturns the name.
setName(name: String)Sets the name value.
getProperties()PropertyCollectionReturns the properties.
findProperty(name: String)PropertyCalls findProperty(name) on this Group instance.
getProperty(name: String)ObjectCalls getProperty(name) on this Group instance.
setProperty(name: String, value: Object)Sets the property value.
removeProperty(name: String)booleanCalls removeProperty(name) on this Group instance.
removeProperty(property: Property)booleanThe nodes in this group

See Also

 English