Click or drag to resize

Objects3DProperty Class

Objects 3D Geometry Property
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataObjects3DProperty

Namespace:  VIZCore3D.NET.Data
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public class Objects3DProperty : VIZCoreBase

The Objects3DProperty type exposes the following members.

Constructors
  NameDescription
Public methodObjects3DProperty
Construction
Top
Properties
  NameDescription
Public propertyCenterPoint
Center Point
Public propertyDensity
Density
Public propertyMass
Mass33
Public propertyMassCenterPoint
Mass Center Point
Public propertyMaxPoint
BoundBox Max Point
Public propertyMinPoint
BoundBox Min Point
Public propertySizeAxis
Size Axis
Public propertySurfaceArea
Surface Area
Public propertyVolume
Volume
Public propertyWeight
Weight
Top
Methods
  NameDescription
Public methodGetBoundBox
Get BoundBox
Public methodSetDensity
Set Density(밀도). 질량(Mass)은 부피(Volume) * 밀도(Density).
Top
See Also