SnapPoint Struct Reference Snapping

#include <c4d_snapdata.h>

Inheritance diagram for SnapPoint:

详细描述

Structure for holding and returning information about the result of a snap and the point that has been snapped to.

公共成员函数

  SnapPoint ()
  ~SnapPoint ()

Public Attributes

矩阵   mat
BaseList2D target
Int32   component

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

◆  SnapPoint()

SnapPoint ( )

Default constructor.

◆  ~SnapPoint()

~ SnapPoint ( )

Destructor.

Member Data Documentation

◆  mat

矩阵 mat

The result position of the snap.

◆  target

BaseList2D * target

The target object being snapped to.

◆  component

Int32 component

The component ID being snapped to (e.g. polygon, edge, point, line point).