I need to select Centerline Alignment only ( filter ) from selection?

I need to select Centerline Alignment only ( filter ) from selection?

y.awwad
Contributor Contributor
430 Views
6 Replies
Message 1 of 7

I need to select Centerline Alignment only ( filter ) from selection?

y.awwad
Contributor
Contributor

 

 

I select one Alignment and then select similar but all alignments selected

 

(ssget (list (cons 0 "AECC_ALIGNMENT")))


I need to filter the selection to (Centerline Alignment only ) 

 

 

0 Likes
431 Views
6 Replies
Replies (6)
Message 2 of 7

hosneyalaa
Advisor
Advisor

@y.awwad 

PLS
Example drawing

TRY

 

 

(princ "\nSelect alignment: ")
(setq ssalign (ssget ":S" '((0 . "AECC_ALIGNMENT"))))

 

 

0 Likes
Message 3 of 7

y.awwad
Contributor
Contributor

@hosneyalaa 

 

I already selected all alignments .. but I need to filter the selection to (Centerline Alignments only )

 

Not offset alignments

Not curb return alignments

0 Likes
Message 4 of 7

hosneyalaa
Advisor
Advisor

FILTER BY NAME

0 Likes
Message 5 of 7

y.awwad
Contributor
Contributor

 

Filter Civil 3D Alignment By Type

 

Same as filtering Line (ssget (list (cons 0 "LINE"))) or (ssget (list (cons 0 "POLYLINE"))) or (ssget (list (cons 0 "LWPOLYLINE"))) .. Filter by type no names

yawwad_0-1717244332511.png

 

 

0 Likes
Message 6 of 7

hosneyalaa
Advisor
Advisor

CAN YOU  Easily BU CIVIL API .NET  NOT BY COM CIVIL API

a1.JPG

 

 

https://help.autodesk.com/view/CIV3D/2025/ENU/?guid=2ecbe421-4c08-cbde-d078-56a9f03b93f9

0 Likes
Message 7 of 7

y.awwad
Contributor
Contributor

Thanks

0 Likes