Click or drag to resize

ContourGeometry Interface

Represents contour geometry in the woodwork automation system. Contour geometry defines the shape and dimensional parameters for manufacturing features, supporting either rectangular or circular contour types as specified by ContourGeometryTypeEnum. It maintains the geometric elements, dimensions, corner rounding, and rotation orientation necessary to describe and position manufacturing features precisely during the machining process.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface ContourGeometry

The ContourGeometry type exposes the following members.

Properties
 NameDescription
Public propertyAngle Gets the rotation angle of the contour geometry in radians.
Public propertyGeometry Returns the collection of Geometry objects composing the contour center geometry. Each geometry element (supported types: Segment, Arc, or Point) defines part of the contour's geometric path.
Public propertyLength Gets the length dimension of the contour geometry.
Public propertyRoundRadius Gets the corner rounding radius value applied to the contour geometry.
Public propertyWidth Gets the width dimension of the contour geometry.
Top
See Also