TheSwamp

Code Red => .NET => Topic started by: zeppeldep on July 26, 2012, 07:39:02 AM

Title: INTEROP COM Transformation Matrix
Post by: zeppeldep on July 26, 2012, 07:39:02 AM
Using C# 2010 for use with AutoCAD 2012.
INTEROP COM OUTSIDE Acad.
The TransfromBy method is available to entities.
But ... I could not find the BlockTransform 'data' of a Block Reference entity. Is it available in the COM somewhere?
I am just too lacking in math skill to build the correct transformation matrix. For now I will just get the properties of the block reference (rotation etc.) and re-use them to process the nested entities.
Thx for your patience..
Kevin.