SSX (ابزار اکسپرس)
یک مجموعه انتخاب را بر اساس یک شی انتخاب شده ایجاد می کند. SSX مجموعه ای از انتخاب را ایجاد می کند که شامل اشیاء دقیقاً مانند شیء “الگو” انتخاب شده است یا اگر لیست فیلتر را تنظیم کنید ، بسیار شبیه به آن شیء است. می توانید SSX را یا در قسمت Command prompt وارد کنید تا یک مجموعه انتخاب ایجاد کنید که با گزینه قبلی قابل دستیابی است یا می توانید وارد کنید (SSX) در هر انتخاب سریع اشیاء.
دستور: SSX
شی را انتخاب کنید </ None: برای انتخاب یک الگوی از یک روش انتخاب شی استفاده کنید یا Enter را برای هیچکدام فشار دهید.
نام بلوک / رنگ / موجودیت / پرچم / LAyer / LType / انتخاب / سبک / ضخامت / بردار:
گزینه ها
نام بلوک | نام بلاک را برای اضافه کردن یا حذف کردن مشخص می کند. |
رنگ | شماره رنگ را برای اضافه کردن یا حذف کردن مشخص می کند. |
وجود، موجودیت | نوع اضافه کردن یا حذف نوع شی را مشخص می کند. |
پرچم | پرچم ENTITIES FOLLOW را تغییر می دهد. |
لایه | نام لایه را برای اضافه کردن یا حذف کردن مشخص می کند. |
Ltype | برای اضافه کردن یا حذف کردن نام linetype را مشخص می کند. |
انتخاب | اشیاء را با استفاده از هر روش مجموعه ای انتخاب می کند. |
سبک | نام سبک متن را برای اضافه کردن یا حذف کردن مشخص می کند. |
ضخامت | مقدار ضخامت را برای اضافه کردن یا حذف کردن مشخص می کند. |
وکتور | وکتور اکستروژن را برای اضافه کردن یا حذف کردن مشخص می کند. |
مثال
این مثال انتخاب خط برای استفاده به عنوان یک الگوی الگو را نشان می دهد ، اما حذف نیاز (فیلتر) لازم است که اشیاء در همان لایه انتخاب شده قرار بگیرند .
دستور: SSX
شی را انتخاب کنید </ هیچ: یک خط را انتخاب کنید
فیلتر فعلی: ((0. “LINE”) (8. “0”) (39. 2.0) (62. 1) (210 0.0 0.0 1.0))
گزینه فیلتر را وارد کنید [نام بلوک / رنگ / موجودیت / پرچم / لایر / LType / انتخاب / سبک / ضخامت / بردار]:
لایه
نام لایه برای اضافه کردن / <RETURN برای حذف: Enter را فشار دهید تا فیلتر لایه حذف شود
فیلتر فعلی: ((0. “LINE”) (39. 2.0) (62. 1) (210 0.0 0.0 1.0))
گزینه فیلتر را وارد کنید [نام بلوک / رنگ / موجودیت / پرچم / لایر / LType / انتخاب / سبک / ضخامت / بردار]:
Enter را فشار دهید
برای استفاده از مجموعه انتخاب برای یک فرمان بعدی ، P (قبلی) را در قسمت انتخاب گزینه های بعدی وارد کنید.
فایل
ssx.lsp
منابع مرتبط
مفاهیم مرتبط
SSX (Express Tool)
Creates a selection set based on a selected object.
SSX creates a selection set that contains objects that are either exactly like the
selected “template” object or, if you adjust the filter list, very similar to that
object. You can enter SSX either at the Command prompt to create a selection set,
which can be accessed with the Previous option, or you can enter (SSX) in at any Select
Objects prompt.
Command: SSX
Select object/<None: Use an object selection method to select a template object, or press Enter for none.
Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector:
option keyword and then pressing Enter. If an item exists in the filter list and you
choose to add a new item, the old value is overwritten by the new value. You can have
only one of each type of item in a single (ssget ‘x’) call.
Options
Block name | Specifies the block name to add or remove. |
Color | Specifies the color number to add or remove. |
Entity | Specifies the object type to add or remove. |
Flag | Toggles the ENTITIES FOLLOW flag. |
Layer | Specifies the layer name to add or remove. |
Ltype | Specifies the linetype name to add or remove. |
Pick | Selects objects using any selection set method. |
Style | Specifies the text style name to add or remove. |
Thickness | Specifies the thickness value to add or remove. |
Vector | Specifies the extrusion vector to add or remove. |
Example
This example demonstrates selecting a line to use as a template object, but removing
the requirement (filter) that the objects must be on the same layer as the selected
line.
Command: SSX
Select object/<None: Select a line
Current Filter: ((0 . “LINE”) (8 . “0”) (39 . 2.0) (62 . 1) (210 0.0 0.0 1.0))
Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]:
layer
Layer name to add/<RETURN to remove: Press Enter to remove the layer filter
Current Filter: ((0 . “LINE”) (39 . 2.0) (62 . 1) (210 0.0 0.0 1.0))
Enter filter option [Block name/Color/Entity/Flag/LAyer/LType/Pick/Style/Thickness/Vector]:
Press Enter
To use the selection set for a subsequent command, enter P (Previous) at the next
Select Objects prompt.
File
ssx.lsp
Related Concepts