LuaPoint.NewPoint Method (Double, Double, Double)

PartProxy

LuaPointNewPoint Method (Double, Double, Double)

Create new LuaPoint

Namespace:  PartProxy
Assembly:  PartProxy (in PartProxy.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static LuaPoint NewPoint(
	double x,
	double y,
	double z = 0
)
Public Shared Function NewPoint ( 
	x As Double,
	y As Double,
	Optional z As Double = 0
) As LuaPoint
public:
static LuaPoint^ NewPoint(
	double x, 
	double y, 
	double z = 0
)
static member NewPoint : 
        x : float * 
        y : float * 
        ?z : float 
(* Defaults:
        let _z = defaultArg z 0
*)
-> LuaPoint 

Parameters

x
Type: SystemDouble
The x.
y
Type: SystemDouble
The y.
z (Optional)
Type: SystemDouble
The z.

Return Value

Type: LuaPoint
LuaPoint.
See Also