Click or drag to resize

Spacial Interface

Represents spatial operations in the woodwork automation system. Spacial provides factory methods for creating geometric and coordinate system objects essential to manufacturing workflows. It enables creation of fundamental spatial elements including Point (3D locations), Vector (directions and magnitudes), and CoordinateSystem (spatial reference frames) that establish the geometric foundation for all positioning, orientation, and transformation operations throughout the manufacturing workflow.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public interface Spacial

The Spacial type exposes the following members.

Methods
 NameDescription
Public methodCreateCoordinateSystem Creates a CoordinateSystem object with the specified origin and axis vectors.
Public methodCreatePoint Creates a Point object at the specified 3D coordinates.
Public methodCreateVector Creates a Vector object with the specified directional components.
Top
See Also