Message 1 of 7
Is it difficult to create a custom entity type?

Not applicable
10-29-2004
06:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I want to create my custom entity type. This would look like two standard AutoCAD entity a Point and a Text together. I want the text to show always the Point entity's Z coordinates.
I can make a program in Visual Basic to solve this but this program can't be dynamic. If i change the point position i have to run the program to delete the Text entity and create a new Text next to the point, showing the new and correct value.
Is it possible to make an arx program that represents this custom entity where the Text part of the custom entity dynamically follow the change of the Point part of the custom entity?
And if it is possible than where can I find samples on the WEB, showing how to create custom entity ?
Paul
I want to create my custom entity type. This would look like two standard AutoCAD entity a Point and a Text together. I want the text to show always the Point entity's Z coordinates.
I can make a program in Visual Basic to solve this but this program can't be dynamic. If i change the point position i have to run the program to delete the Text entity and create a new Text next to the point, showing the new and correct value.
Is it possible to make an arx program that represents this custom entity where the Text part of the custom entity dynamically follow the change of the Point part of the custom entity?
And if it is possible than where can I find samples on the WEB, showing how to create custom entity ?
Paul