Class SaveStepDto<T> (Inputs.OCCT)
Constructors
constructor
new SaveStepDto<T>( shape?: T, fileName?: string, adjustYtoZ?: boolean, tryDownload?: boolean,): SaveStepDto<T> Parameters
Optionalshape: TOptionalfileName: stringOptionaladjustYtoZ: booleanOptionaltryDownload: boolean
Properties
shape
fileName
fileName: string
adjustYtoZ
adjustYtoZ: boolean
OptionalfromRightHanded
fromRightHanded?: boolean
OptionaltryDownload
tryDownload?: boolean
用于
io.saveShapeSTEP的形状、文件名和坐标轴选项,它将形状写为 STEP 文件。