Click or drag to resize

Object3DProperty Class

Object 3D Geometry Property
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataObject3DProperty

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

The Object3DProperty type exposes the following members.

Constructors
  NameDescription
Public methodObject3DProperty
Construction
Top
Properties
  NameDescription
Public propertyAssemblyPath
Assembly Path (Node Path)
Public propertyCenterPoint
Center Point
Public propertyDensity
Density
Public propertyMass
Mass
Public propertyMassCenterPoint
Mass Center Point
Public propertyMaxPoint
BoundBox Max Point
Public propertyMinPoint
BoundBox Min Point
Public propertyPartName
Part Name
Public propertySizeAxis
Size Axis
Public propertySurfaceArea
Surface Area
Public propertySurfaceAreaRawData
표면적의 원본 데이터
Public propertyVolume
Volume
Public propertyVolumeRawData
부피의 원본 데이터
Public propertyWeight
Weight
Top
Methods
  NameDescription
Public methodGetBoundBox
Get BoundBox
Public methodSetDensity
Set Density(밀도). 질량(Mass)은 부피(Volume) * 밀도(Density).
Top
See Also