OpenMetaverse Protocol Library Developers API Documentation
SetShape Method (simulator, localID, prim)
NamespacesOpenMetaverseObjectManagerSetShape(Simulator, UInt32, Primitive . . :: . . ConstructionData)
Set the Shape data of an object
Declaration Syntax
C#
public 
void 
SetShape(
        
Simulator 
simulator,
        
uint 
localID,
        
Primitive

.
.
::
.
.
ConstructionData 
prim
)
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
prim ( Primitive . . :: . . ConstructionData)
Data describing the prim shape
See Also

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