LuaPart.GetBasePoint Method

PartProxy

LuaPartGetBasePoint Method

Get the base point

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void GetBasePoint(
	out double x,
	out double y,
	out double z
)
Public Sub GetBasePoint ( 
	<OutAttribute> ByRef x As Double,
	<OutAttribute> ByRef y As Double,
	<OutAttribute> ByRef z As Double
)
public:
void GetBasePoint(
	[OutAttribute] double% x, 
	[OutAttribute] double% y, 
	[OutAttribute] double% z
)
member GetBasePoint : 
        x : float byref * 
        y : float byref * 
        z : float byref -> 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