Click or drag to resize

NearestEdgePointByPickingEventArgs Class

선택한 면에서 가장 근접한 꼭지점 반환 Event Args
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SHConnectorNearestEdgePointByPickingEventArgs

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
public class NearestEdgePointByPickingEventArgs : EventArgs

The NearestEdgePointByPickingEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNearestEdgePointByPickingEventArgs
Initializes a new instance of the NearestEdgePointByPickingEventArgs class
Top
Properties
  NameDescription
Public propertyPoint
Nearest Edge Point
Top
See Also