跳到主要内容
版本:v10.0

M3D / M3D / Shapes / Stage

Enumeration: Stage

M3D.Shapes.Stage

Motion command are based on click-drag-release actions. So each command needs to indicate which stage of the motion the command represents.

Table of contents

Enumeration Members

Enumeration Members

FINISH

FINISH = 3

Release or pick finish.


MOVE

MOVE = 2

Drag or pick move.


NONE

NONE = 0


START

START = 1

Click or pick start.