 | SpacialCreatePoint Method |
Creates a
Point object at the specified 3D coordinates.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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