Click or drag to resize

PickedSurfaceData Class

Picked Surface Data
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.DataPickedSurfaceData

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

The PickedSurfaceData type exposes the following members.

Properties
  NameDescription
Public propertyNormal
선택된 지점의 Normal Vector
Public propertyPicked
선택된 부재 유무
Public propertyPosition
선택된 지점 위치
Public propertySurface
표면점 선택 여부
Top
See Also