LuaPart.SetBasePoint Method

PartProxy

LuaPartSetBasePoint Method

Set the base point

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
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.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to call the method on part.
See Also