| SoScalescaleFactor Property  | 
The scaling factors in the x, y, and z dimensions. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFVec3f scaleFactor { get; }Public ReadOnly Property scaleFactor As SoSFVec3f
	Get
public:
property SoSFVec3f^ scaleFactor {
	SoSFVec3f^ get ();
}member scaleFactor : SoSFVec3f with get
Property Value
Type: 
SoSFVec3f
RemarksNon-positive values may cause undesirable results. 
See Also