Get Position/Location of nested entity

Get Position/Location of nested entity

Anonymous
Not applicable
1,960 Views
3 Replies
Message 1 of 4

Get Position/Location of nested entity

Anonymous
Not applicable

I am trying to get either location, insertionpoint, or center of an entity that is inside of a block. I'm getting subentity using the Editor.GetNestedEntity. I create a FullSubEntityPath for highlighting, that works well, and I have looked at using GetSubEntityGeometricExtents using that same subentitypath, but not having any luck, I can't seem to find any documentation on using that method.

 

Am I missing some very simple approach? I know I can get the location of the owner, then calculate the location of the entity based off of that, but I'm looking for an easy way now, if that don't work out, I can do the lengthy approach.

 

Thanks,

Viktor.

0 Likes
1,961 Views
3 Replies
Replies (3)
Message 2 of 4

Anonymous
Not applicable

Well, I didn't find the easy answer but the other alternative is to use the .TransformBy for the points, pretty easy too. If anyone cares to know more, here's what i do in my case:

 

1. Select SubEntity

2. Get the block its in by using the .GetContainers on the PromptForNexstedEntity. (You'd have to iterate through all the blocks)

3. Do transformBy on the SubEntity insertionpoint/location/position with BlockTransform of its parent block.

 

 

0 Likes
Message 3 of 4

Anonymous
Not applicable

I am trying to get the insertion point of a nested block reference. Would you care to share your code?

0 Likes
Message 4 of 4

_gile
Consultant
Consultant

Hi,

 

You should give more information about the way you get the nested block reference or post the code you've written so far.



Gilles Chanteau
Programmation AutoCAD LISP/.NET
GileCAD
GitHub

0 Likes