Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 4118

Issue: Rhinocommon DimensionStyle.DrawForward Property cannot be set

$
0
0

Hi there!

according to the documentation I should be able to set the ‘DrawForward’ property of an annotiation style using the code below. However currently it only returns the current value.

cheers,
Tim

import scriptcontext as sc

dimStyle = sc.doc.DimStyles.Find('TNM_ELEMENT_TAGS', True)


if dimStyle:
    
    dimStyle.DrawForward = False
    print dimStyle.DrawForward

image

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4118

Trending Articles