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: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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