Component3D.isDescendantOf() method

Returns true if this component is a dierct or indirect child of the provided component

Signature:

isDescendantOf(component: Component3D): boolean;

Parameters

Parameter

Type

Description

component

Component3D

**Returns:**

boolean