PrimitiveData
Primitive data containing name, visibility, lock status, and geometric properties.
Import
import ScriptingApi as api
# Access the class
# PrimitiveData is available via api.PrimitiveData
Properties
name
Name of the primitive object.
Type: str
visible
Visibility flag.
Type: bool
locked
Lock flag. When locked, the primitive cannot be moved interactively.
Type: bool