Enum RecordRuntimeGeomActionEnum
- Namespace
- Hi.ShellCommandUtils
- Assembly
- HiNc.dll
Action of the RecordRuntimeGeomCommand.
public enum RecordRuntimeGeomActionEnum
- Extension Methods
Fields
NoAction = 0
No action.
Read = 1
Read runtime geometry from file.
ReadOnFirstOrWrite = 3
If file existed and no motion has ran before, read the runtime geometry; otherwise, write the current geometry into file.
Write = 2
Write runtime geometry to file.