aluminum2
Aerospace
- Apr 27, 2010
- 218
I tried to record a journal to change the prefrenes for preferences->annotation then under lettering tab character size to .1 , but nothing recorded because it wasn't supported. I tried to look under in the api reference and found the following
Namespaces ► NXOpen.Preferences ► AnnotationPreferences ► SetLetteringPreferences
C# Visual Basic Visual C++
public void SetLetteringPreferences(
LetteringPreferences letteringPrefs
)
I am not sure how to read it or know what it is trying to tell me to do. I tried to do
workPart.Preferences.AnnotationPreferences.SetLetteringPreferences.Size = 0.1
but didn't have any luck.
I would like to add this preference and others in my journal and think this would be a good one to start with.
Namespaces ► NXOpen.Preferences ► AnnotationPreferences ► SetLetteringPreferences
C# Visual Basic Visual C++
public void SetLetteringPreferences(
LetteringPreferences letteringPrefs
)
I am not sure how to read it or know what it is trying to tell me to do. I tried to do
workPart.Preferences.AnnotationPreferences.SetLetteringPreferences.Size = 0.1
but didn't have any luck.
I would like to add this preference and others in my journal and think this would be a good one to start with.