Click or drag to resize

Side Interface

Represents the Side object.

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

The Side type exposes the following members.

Properties
 NameDescription
Public propertyDirectionAngle Gets the angle of rotation of the straight line.
Public propertyExtendedData Additional extended data for side plane
Public propertyInclinationAngle Gets the angle from which to leave to obtain the orthogonal side to the X, Y, plane is 0°.
Public propertyInclinedPlane Gets a flag indicating whether the side is inclined. True if side is inclined, or False if side is standard.
Public propertyName Gets the user-displayable name of this Side object.
Public propertyNumber Gets the number of this Side object.
Public propertyOperationsCount Gets the count of this operation on this side.
Public propertyOrigin Gets the origin Point of the side.
Public propertyRemappedName Gets or sets the redefined side name.
Public propertyRemappedNumber Gets or sets the redefined side number.
Public propertyXaxis Gets the direction Vector of the X axis.
Public propertyYaxis Gets the direction Vector of the Y axis.
Public propertyZaxis Gets the direction Vector of the Z axis.
Top
See Also