Click or drag to resize

Spacial Interface

Represents the Spacial object. It helps to create spacial objects such as Point, Vector and CoordinateSystem

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

The Spacial type exposes the following members.

Methods
 NameDescription
Public methodCreateCoordinateSystem Creates the CoordinateSystem object.
Public methodCreatePoint Creates the Point object.
Public methodCreateVector Creates the Vector object.
Top
See Also