Gets or sets the solid's position. The position is defined in the solid's Reference Frame. The array contains the components of the position in the order x, y, z.
Read-write property
[Visual Basic .NET] |
---|
Public Property Position() As System.Array |
[C#] |
---|
public System.Array Position {get; set;} |
[Managed C++] |
---|
public: __property System::Array get_Position(); |
[Unmanaged C++] |
---|
public: HRESULT get_Position( SAFEARRAY * * ppRetVal ); public: HRESULT put_Position( SAFEARRAY * Position ); |
[Java] |
---|
public AgSafeArray getPosition(); public void setPosition( AgSafeArray ); |
If the solid's Automatically Compute Bounding Sphere property is true
when setting the solid's position, the Center
of the solid's Bounding Sphere is set to the new position. Otherwise, it is the caller's responsibility to update the solid's Bounding Sphere to a sphere that encompasses the solid.