Skip to content

dimension_controller.set_total_dimension() Not Disabling Total Dimension on 3D Dimensions #264

@Bruce-707

Description

@Bruce-707

I attempted to remove the total dimension from selected 3D dimension elements using the following script:

import element_controller as ec
import cadwork as cw
import dimension_controller as dc

selected_id_list = ec.get_active_identifiable_element_ids()
dc.set_total_dimension(selected_id_list, 0)

However, after running the script, the total dimension remains visible. I confirmed that the selected IDs are valid and correspond to 3D dimensions.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions