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