PartProxy
LuaPartSetBasePoint Method |
Set the base point
Namespace: PartProxy
Assembly: PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)

public void SetBasePoint( double x, double y, double z )
Public Sub SetBasePoint ( x As Double, y As Double, z As Double )
public: void SetBasePoint( double x, double y, double z )
member SetBasePoint : x : float * y : float * z : float -> unit
Parameters
- x
- Type: SystemDouble
The x. - y
- Type: SystemDouble
The y. - z
- Type: SystemDouble
The z.

Exception | Condition |
---|---|
InvalidOperationException | Unable to call the method on part. |
