SnapResult Struct Reference Snapping

#include <c4d_snapdata.h>

Inheritance diagram for SnapResult:

详细描述

The final result that the user gets when calling SnapCore::Snap or SnapCore::Intersect .

公共成员函数

  SnapResult ()
  ~SnapResult ()
-  Public Member Functions inherited from SnapPoint
  SnapPoint ()
  ~SnapPoint ()

Public Attributes

Int32   snapmode
向量   initial_snap
向量   delta
-  Public Attributes inherited from SnapPoint
矩阵   mat
BaseList2D target
Int32   component

构造函数 & 析构函数文档编制

◆  SnapResult()

SnapResult ( )

Default constructor.

◆  ~SnapResult()

~ SnapResult ( )

Destructor.

Member Data Documentation

◆  snapmode

Int32 snapmode

The snap mode used.

◆  initial_snap

向量 initial_snap

The snap position before 2D processing.

◆  delta

向量 delta

The delta between new and old point positions.