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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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