ModelPartGroup class

A named group of model parts whose visibility can be toggled together.

Constructors

ModelPartGroup({required String title, required List<String> names})

Properties

hashCode int
The hash code for this object.
no setterinherited
names List<String>
Node names in the 3D model (e.g. 'Tooth_1', 'Gum_1').
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Display label shown in the UI.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited