AreaProperties Class

Area properties of a 2D polygon or area properties of a solid defined by a triangle mesh.
Public Class AreaProperties 
Inherits AreaAndVolume
This language is not supported or no code example is available.
public class AreaProperties : AreaAndVolume
This language is not supported or no code example is available.
Name Description
Public constructor AreaProperties() Empy constructor.
Public constructor AreaProperties(IList<Point3D>) 2D polygon constructor.
Public constructor AreaProperties(IList<Point3D>, IList<IndexTriangle>) 3D face constructor.
Top
Name Description
Public property Area Gets area.
Public property Centroid Gets centroid.
Top
Methods
 
Name Description
Public method Add(IList<Point3D>) Accumulates additional 2D segments.
Public method Add(IList<Point3D>, IList<IndexTriangle>) Accumulate additional triangles.
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Protected method GetMass()
Public method GetResults(double, Point3D, out double, out double, out double, out double, out double, out double, out double, out double, out double, out MomentOfInertia, out MomentOfInertia) This method is called to obtain the results.
Protected method GetResultsAboutCentroid(double, Point3D, double) This method is called to obtain the results. (inherited from AreaAndVolume).
Protected method GetResultsAboutWorld(double, double) This method is called to obtain the results. (inherited from AreaAndVolume).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Fields
 
Name Description
Protected field Cx (inherited from AreaAndVolume).
Protected field Cy (inherited from AreaAndVolume).
Protected field Cz (inherited from AreaAndVolume).
Protected field m (inherited from AreaAndVolume).
Protected field x (inherited from AreaAndVolume).
Protected field xx (inherited from AreaAndVolume).
Protected field y (inherited from AreaAndVolume).
Protected field yx (inherited from AreaAndVolume).
Protected field yy (inherited from AreaAndVolume).
Protected field z (inherited from AreaAndVolume).
Protected field zx (inherited from AreaAndVolume).
Protected field zy (inherited from AreaAndVolume).
Protected field zz (inherited from AreaAndVolume).
Top

.NET Framework

Supported in: 4.8

In this article

Definition