How does one use swCenterMarkConnectionLine_e Enumeration?

Programming and macros
User avatar
loeb
Posts: 47
Joined: Sun Jan 16, 2022 5:55 pm
Answers: 1
x 35
x 8

How does one use swCenterMarkConnectionLine_e Enumeration?

Unread post by loeb »

I am working on some macros that gets and sets document properties for CenterMarks and gets and sets properties of CenterMarks themselves. I am trying to manipulate the settings around Circular Lines, Radial Lines, and Base Center Mark. I found the enumeration regarding this setting here:
https://help.solidworks.com/2021/englis ... ine_e.html
but I can't figure out how to use it?

Thank You,
colt
Posts: 54
Joined: Tue Mar 30, 2021 5:43 pm
Answers: 0
x 14
x 22

Re: How does one use swCenterMarkConnectionLine_e Enumeration?

Unread post by colt »

Not sure if it is a setting, but might only be available while performing an auto insert...

https://help.solidworks.com/2017/Englis ... arks2.html

Add together the options you want from swCenterMarkConnectionLine_e and then apply to the InsertOption field.
Post Reply