| Point Constructor (Double, Double, Double) |
Creates point by 3 coordinates
Namespace:
CodeStack.SwEx.MacroFeature.Data
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public Point(
double x,
double y,
double z
)
Public Sub New (
x As Double,
y As Double,
z As Double
)
public:
Point(
double x,
double y,
double z
)
Parameters
- x
- Type: SystemDouble
X coordinate - y
- Type: SystemDouble
Y coordinate - z
- Type: SystemDouble
Z coordinate
See Also