Ilogic ThisAssembly.Geometry.Matrix

Ilogic ThisAssembly.Geometry.Matrix

nico
Enthusiast Enthusiast
1,617 Views
2 Replies
Message 1 of 3

Ilogic ThisAssembly.Geometry.Matrix

nico
Enthusiast
Enthusiast

Ellowah

 

With the new additions to ilogic in Inventor 2019, I came across the following:

Dim Testblok_2_2Pos = ThisAssembly.Geometry.Matrix(0, 0, -1, -75,
                                                   0, 1, 0, 6.118835128863,
                                                   1, 0, 0, -25,
                                                   0, 0, 0, 1)

You get a matrix when not all of the DOF are removed, but in this matrix are 4 Rows

And I was wondering what the 4th row stood for or controlled, originally I tought maybe an Angle but doesn't appear so

So far it doesn't seem to do anything

 

Kind Regards,

NVD

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

MechMachineMan
Advisor
Advisor

The online Autodesk information is a great place to start looking at this information. There is a plethora.

 

Usually some quick googling will point you towards the autodesk article, or a blog relevant to the topic.

 

In this case, the online help outlines exactly what is mean by Geometry.Matrix.

 

http://help.autodesk.com/view/INVNTOR/2018/ENU/?guid=GUID-1695423A-6BD4-41DB-8771-45DEE8F64D85


--------------------------------------
Did you find this reply helpful ? If so please use the 'Accept as Solution' or 'Like' button below.

Justin K
Inventor 2018.2.3, Build 227 | Excel 2013+ VBA
ERP/CAD Communication | Custom Scripting
Machine Design | Process Optimization


iLogic/Inventor API: Autodesk Online Help | API Shortcut In Google Chrome | iLogic API Documentation
Vb.Net/VBA Programming: MSDN | Stackoverflow | Excel Object Model
Inventor API/VBA/Vb.Net Learning Resources: Forum Thread

Sample Solutions:Debugging in iLogic ( and Batch PDF Export Sample ) | API HasSaveCopyAs Issues |
BOM Export & Column Reorder | Reorient Skewed Part | Add Internal Profile Dogbones |
Run iLogic From VBA | Batch File Renaming| Continuous Pick/Rename Objects

Local Help: %PUBLIC%\Documents\Autodesk\Inventor 2018\Local Help

Ideas: Dockable/Customizable Property Browser | Section Line API/Thread Feature in Assembly/PartsList API Static Cells | Fourth BOM Type
0 Likes
Message 3 of 3

bradeneuropeArthur
Mentor
Mentor
  1. = oTranslationCount,
  2. = oTranslationVector,
  3. = oRotationCount,
  4. = oRotationVector,
  5. = oCenterPoint

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes