Table of Contents

Enum RecordMeshedGeomActionEnum

Namespace
Hi.SessionCommands
Assembly
HiNc.dll

Action of the RecordMeshedGeomCommand.

public enum RecordMeshedGeomActionEnum
Extension Methods

Fields

[CultureText("zh-Hant", "無操作")] [CultureText("zh-Hans", "无操作")] NoAction = 0

No action.

[CultureText("zh-Hant", "讀取")] [CultureText("zh-Hans", "读取")] Read = 1

Read meshed geometry from file.

[CultureText("zh-Hant", "首次讀取,否則寫入")] [CultureText("zh-Hans", "首次读取,否则写入")] ReadOnFirstOrWrite = 3

If file existed and no motion has ran before, read the meshed geometry; otherwise, write the current geometry into file.

[CultureText("zh-Hant", "寫入")] [CultureText("zh-Hans", "写入")] Write = 2

Write meshed geometry to file.