Class ConvertStepToGltfAdvancedDto (Inputs.OCCT)
- ConvertStepToGltfAdvancedDto
Constructors
constructor
new ConvertStepToGltfAdvancedDto( stepData?: | string | ArrayBuffer | File | Blob | Uint8Array<ArrayBufferLike>,): ConvertStepToGltfAdvancedDto Parameters
OptionalstepData: string | ArrayBuffer | File | Blob | Uint8Array<ArrayBufferLike>
Properties
stepData
stepData: string | ArrayBuffer | File | Blob | Uint8Array<ArrayBufferLike>
readColors
readColors: boolean
readNames
readNames: boolean
readMaterials
readMaterials: boolean
readLayers
readLayers: boolean
readProps
readProps: boolean
meshDeflection
meshDeflection: number
meshAngle
meshAngle: number
meshParallel
meshParallel: boolean
faceCountThreshold
faceCountThreshold: number
meshRelative
meshRelative: boolean
internalVerticesMode
internalVerticesMode: boolean
controlSurfaceDeflection
controlSurfaceDeflection: boolean
mergeFaces
mergeFaces: boolean
splitIndices16
splitIndices16: boolean
parallelWrite
parallelWrite: boolean
embedTextures
embedTextures: boolean
forceUVExport
forceUVExport: boolean
adjustZtoY
adjustZtoY: boolean
scale
scale: number
用于
io.convertStepToGltfAdvanced的 STEP 文件以及所有读取、网格化和写出选项;关闭不需要的选项以加快转换。