Message 1 of 2
How to get the workplane information by using API or macro in C#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello guys~
My project has two workplanes
name: 1 (active)
name: Eletcro_Workplane
I want to get the distance of Z direction of these workplanes, so i right click on workplane Eletcro_Workplane, and click properties.
Afterward, I find the answer in Relative to Active Workplane > Position > Z. (like picture Eletcro_Workplane_Properties.JPG)
But i can't find the method how to use API to get this information in C#
I have tried to find the method using powermill.ActiveProject.Workplanes , but find nothing 😞
Could anyone help me >~<