Message 1 of 3
coordinate system

Not applicable
09-27-2007
11:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi
how do i get an occurrence's coordinate system?
i'm writing a VBA application and at one moment the application asks the user to click on an occurrence in an assembly, and after the click the code should suit the occurrence's inertial system to a variable. A coordinate system is compound from an origin and three unitvectors suited to the direction X,Y and Z
so i suppose i need a variable like this:
Public Type GROUND
Origin as Point
Xaxis as UnitVector
Yaxis as UnitVector
Zaxis as UnitVector
End Type
so i just need to get the inertial system's unitvectors, if it is possible
regards
how do i get an occurrence's coordinate system?
i'm writing a VBA application and at one moment the application asks the user to click on an occurrence in an assembly, and after the click the code should suit the occurrence's inertial system to a variable. A coordinate system is compound from an origin and three unitvectors suited to the direction X,Y and Z
so i suppose i need a variable like this:
Public Type GROUND
Origin as Point
Xaxis as UnitVector
Yaxis as UnitVector
Zaxis as UnitVector
End Type
so i just need to get the inertial system's unitvectors, if it is possible
regards