brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
SerializedHistory
Interface SerializedHistory
JSON-safe representation of a ModelHistory.
interface
SerializedHistory
{
shapes
:
Readonly
<
Record
<
string
,
string
>
>
;
steps
:
readonly
OperationStep
[]
;
}
Index
Properties
shapes
steps
Properties
Readonly
shapes
shapes
:
Readonly
<
Record
<
string
,
string
>
>
Shape ID → BREP string.
Readonly
steps
steps
:
readonly
OperationStep
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
shapes
steps
GitHub
npm
Getting Started
brepjs API Reference
Loading...
JSON-safe representation of a ModelHistory.