AreaAndVolume Class

Base class for area and volume properties calculation.
Public MustInherit Class AreaAndVolume
This language is not supported or no code example is available.
public abstract class AreaAndVolume
This language is not supported or no code example is available.
Name Description
Public property Centroid Gets centroid.
Top
Methods
 
Name Description
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()
Protected method GetResultsAboutCentroid(double, Point3D, double) This method is called to obtain the results.
Protected method GetResultsAboutWorld(double, double) This method is called to obtain the results.
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
Protected field Cy
Protected field Cz
Protected field m
Protected field x
Protected field xx
Protected field y
Protected field yx
Protected field yy
Protected field z
Protected field zx
Protected field zy
Protected field zz
Top

.NET Framework

Supported in: 4.8

In this article

Definition