Click or drag to resize
SoArithmetic.Scale 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: 10.3.0.0 (10.3.0.0)
Syntax
public int Scale(
	SoBufferObject inputBufferA,
	SbDataType typeA,
	SoBufferObject outputBufferB,
	SbDataType typeB,
	float scaleValue
)

Parameters

inputBufferA
Type: OIV.Inventor.Devices.SoBufferObject
typeA
Type: OIV.Inventor.SbDataType
outputBufferB
Type: OIV.Inventor.Devices.SoBufferObject
typeB
Type: OIV.Inventor.SbDataType
scaleValue
Type: System.Single

Return Value

Type: Int32
Remarks