Author Topic: MATCHPROP command settings  (Read 6866 times)

0 Members and 1 Guest are viewing this topic.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
MATCHPROP command settings
« on: March 09, 2011, 10:03:55 AM »
Does anyone know where/how to set or reset the properties used by the MATCHPROP command?
My quick search came up empty.  :-(
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
Re: MATCHPROP command settings
« Reply #1 on: March 09, 2011, 10:20:04 AM »
Select an object, then type 'Settings' ?

[ in 2010 anyway ]

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: MATCHPROP command settings
« Reply #2 on: March 09, 2011, 10:20:19 AM »
Wasn't it's original name PAINTER?
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: MATCHPROP command settings
« Reply #3 on: March 09, 2011, 10:20:46 AM »
Select an object, then type 'Settings' ?

[ in 2010 anyway ]
I think he meant with code.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
Re: MATCHPROP command settings
« Reply #4 on: March 09, 2011, 10:21:48 AM »
Select an object, then type 'Settings' ?

[ in 2010 anyway ]
I think he meant with code.

Oops! Most likely!  :oops:

BlackBox

  • King Gator
  • Posts: 3770
Re: MATCHPROP command settings
« Reply #5 on: March 09, 2011, 10:23:46 AM »
Select an object, then type 'Settings' ?

[ in 2010 anyway ]
I think he meant with code.

 :lmao:

Code: [Select]
(command "._matchprop" pause "Settings")
"How we think determines what we do, and what we do determines what we get."

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: MATCHPROP command settings
« Reply #6 on: March 09, 2011, 10:24:57 AM »
Select an object, then type 'Settings' ?

[ in 2010 anyway ]
I think he meant with code.

 :lmao:

Code: [Select]
(command "._matchprop" pause "Settings")
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Tharwat

  • Swamp Rat
  • Posts: 710
  • Hypersensitive
Re: MATCHPROP command settings
« Reply #7 on: March 09, 2011, 10:25:51 AM »
Wasn't it's original name PAINTER?

And it is still goes on . 

Matchprop + painter = the same  :-)

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: MATCHPROP command settings
« Reply #8 on: March 09, 2011, 10:26:48 AM »
Wasn't it's original name PAINTER?

And it is still goes on . 

Matchprop + painter = the same  :-)
I meant that as another possible search option.
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

BlackBox

  • King Gator
  • Posts: 3770
Re: MATCHPROP command settings
« Reply #9 on: March 09, 2011, 10:31:36 AM »
"How we think determines what we do, and what we do determines what we get."

Lee Mac

  • Seagull
  • Posts: 12912
  • London, England
Re: MATCHPROP command settings
« Reply #10 on: March 09, 2011, 10:33:51 AM »
I don't think the settings are stored in the registry since it seems they are local to the application, i.e. when ACAD is closed, the settings are reset. However, settings are available between documents, so maybe blackboard namespace?
« Last Edit: March 09, 2011, 10:56:49 AM by Lee Mac »

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
Re: MATCHPROP command settings
« Reply #11 on: March 09, 2011, 12:08:10 PM »
I'm back.
Yes I wanted to be able to RESET/SET the properties with code.

So no one has found them yet?
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

3dwannab

  • Newt
  • Posts: 39
Re: MATCHPROP command settings
« Reply #12 on: June 26, 2023, 04:26:27 PM »
I stand on the shoulders of giants but I feel like one now  :2funny:

MATCHMODE

Used RegScanner for items changed in the last 5 minutes and saw this little variable hanging about in:

HKCU\SOFTWARE\Autodesk\AutoCAD\RXX.X\ACAD-XXXX:XXX\Profiles\2020 ARG Settings\Variables

I was searching the command line with *mode* but nothing came up. I guess it follows SELECTSIMILARMODE but they forgot to expose it as a variable. After all, it's in the same reg path as MATCHMODE.

Edit:

Does anyone know how to suppress the message from (command "_.matchprop"...)
Current active settings:  Color Layer Ltype Ltscale Lineweight Transparency Thickness Dim Text Hatch Polyline Viewport Table Material Multileader Center object"?
« Last Edit: June 26, 2023, 05:47:30 PM by 3dwannab »

ribarm

  • Gator
  • Posts: 3249
  • Marko Ribar, architect
Re: MATCHPROP command settings
« Reply #13 on: June 27, 2023, 06:44:48 AM »
When MATCHPROPs is an issue, I have to pinpoint that this routine comes to my mind - make properties current from picked entity...
https://www.cadtutor.net/forum/topic/77773-make-current-line-properties-routine-lsp/?do=findComment&comment=620080

HTH., M.R.
Marko Ribar, d.i.a. (graduated engineer of architecture)

:)

M.R. on Youtube