Click or drag to resize

SpacialCreatePoint Method

Creates a Point object at the specified 3D coordinates.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
Point CreatePoint(
	double x,
	double y,
	double z
)

Parameters

x  Double
The point X coordinate value.
y  Double
The point Y coordinate value.
z  Double
The point Z coordinate value.

Return Value

Point
A new Point object positioned at (x, y, z).
See Also