 | SpacialCreatePoint Method |
Creates a
Point object at the specified 3D coordinates.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
SyntaxPoint CreatePoint(
double x,
double y,
double z
)
Function CreatePoint (
x As Double,
y As Double,
z As Double
) As Point
Parameters
- x Double
- The point X coordinate value.
- y Double
- The point Y coordinate value.
- z Double
- The point Z coordinate value.
Return Value
PointA new
Point object positioned at (x, y, z).
See Also