Message 1 of 15
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello all
Please get help 2d Area From volume surface
I GET total cut volume AND total FILL volume FROM LINK
BUT I AM NEED 2D AREA
HOW IS THAT PLEASE
// Create the surface
ObjectId surfaceId = TinVolumeSurface.Create(surfaceName, baseId, comparisonId);
TinVolumeSurface surface = surfaceId.GetObject(OpenMode.ForWrite) as TinVolumeSurface;
surface.Rebuild();
DVG1.Rows.Add(surface.Name, surface., surface.GetVolumeProperties().AdjustedCutVolume.ToString(), surface.GetVolumeProperties().AdjustedFillVolume.ToString());
Solved! Go to Solution.
Alumni