Message 1 of 2
Surfacebody from enumerator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I want to get the triangle-data of a surfacebody and in VBA I can succesfully use code like :
oComponentDefinition.SurfaceBodies.Item(count)
But in C# I only can get an IEnumerator from surfacebodies.
I have looked arround how to do this but without success.
Does anyone have an example how to load the .SurfaceBodies.getEnumerator() into an IEnumerator?
Thanks
Willy