Click or drag to resize

GeometryGeometryType Property

Returns the geometry type classification as defined by GeometryTypeEnum. Supported types include: Point (location reference), Segment (straight line), and Arc (curved segment). The geometry type determines how the geometric element is interpreted and processed during contour composition and tool path generation.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
GeometryTypeEnum GeometryType { get; }

Property Value

GeometryTypeEnum
See Also