OpenMetaverse Protocol Library Developers API Documentation
SetScale Method (simulator, localID, scale, childOnly, uniform)
NamespacesOpenMetaverseObjectManagerSetScale(Simulator, UInt32, Vector3, Boolean, Boolean)
Change the Scale (size) of an object
Declaration Syntax
C#
public 
void 
SetScale(
        
Simulator 
simulator,
        
uint 
localID,
        
Vector3 
scale,
        
bool 
childOnly,
        
bool 
uniform
)
Parameters
simulator ( Simulator)
A reference to the object where the object resides
localID ( UInt32)
The objects ID which is local to the simulator the object is in
scale ( Vector3)
The new scale of the object
childOnly ( Boolean)
If true, will change scale of this prim only, not entire linkset
uniform ( Boolean)
True to resize prims uniformly
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)