Click or drag to resize
SoArithmeticScale Method (SoBufferObject, SbDataType, SoBufferObject, SbDataType, Single)

B = A * scaleFactor Note: B can be a reference to A Limitation: typeA must be the same as typeC.

Namespace: OIV.Inventor.Algorithms
Assembly: OIV.Inventor.Algorithms (in OIV.Inventor.Algorithms.dll) Version: 2024.1.3.0 (2024.1.3)
Syntax
public int Scale(
	SoBufferObject inputBufferA,
	SbDataType typeA,
	SoBufferObject outputBufferB,
	SbDataType typeB,
	float scaleValue
)

Parameters

inputBufferA
Type: OIV.Inventor.DevicesSoBufferObject
typeA
Type: OIV.InventorSbDataType
outputBufferB
Type: OIV.Inventor.DevicesSoBufferObject
typeB
Type: OIV.InventorSbDataType
scaleValue
Type: SystemSingle

Return Value

Type: Int32
Remarks