brepjs API Reference
GitHub
npm
Getting Started
Preparing search index...
index
StepExportPart
Interface StepExportPart<D>
A shape with optional name and color for STEP assembly export.
interface
StepExportPart
<
D
extends
Dimension
=
"3D"
>
{
color
?:
readonly
[
number
,
number
,
number
,
number
]
;
name
?:
string
;
shape
:
AnyShape
<
D
>
;
}
Type Parameters
D
extends
Dimension
=
"3D"
Index
Properties
color?
name?
shape
Properties
Optional
Readonly
color
color
?:
readonly
[
number
,
number
,
number
,
number
]
Optional
Readonly
name
name
?:
string
Readonly
shape
shape
:
AnyShape
<
D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
name
shape
GitHub
npm
Getting Started
brepjs API Reference
Loading...
A shape with optional name and color for STEP assembly export.