Joining linear elements
hi everybody,
in AutoCAD I can join linear elements via the ARX-Api by using the "AcDbJoinEntityPE" class and its "joinEntities(...)" method. I can't seem to find corresponding classes in the BRX-Api. Is there any other possibility to join elements via the C++ api?
I'm working with BricsCAD 13.2.10.
any help is appreciated.
Greeting, Kornel
in AutoCAD I can join linear elements via the ARX-Api by using the "AcDbJoinEntityPE" class and its "joinEntities(...)" method. I can't seem to find corresponding classes in the BRX-Api. Is there any other possibility to join elements via the C++ api?
I'm working with BricsCAD 13.2.10.
any help is appreciated.
Greeting, Kornel
0
Comments
-
+1 for this topic!JoinEntity() -> This wraps AcDbJoinEntityPE::joinEntity, which when implemented for an Entity, it can be used to join two supported entities together.Is there such a functionality in current version 16 of BricsCAD?Best regards, Angel!0
This discussion has been closed.