如何使用C#找到给定x,y和z轴的3D多边形区域 [英] How to find the area of a 3D polygon given x,y and z axes using C#

查看:75
本文介绍了如何使用C#找到给定x,y和z轴的3D多边形区域的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用c#
找到多边形的区域


多边形包含3个轴x,y z。



如何使用C#

How to find the area of a polygon using c#

The polygon consists of 3 axes x,y z.

How to do this calculation using C#

推荐答案

使用Polygon的RenderedGeometry属性返回Geometry对象。这个Geometry对象有一个名为GetArea()的方法,它返回多边形的区域。
Use RenderedGeometry property of Polygon which returns a Geometry object. This Geometry object has a method called GetArea() which returns the area of the polygon.


这篇关于如何使用C#找到给定x,y和z轴的3D多边形区域的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆