2026 Enumeration
Changes 1
E

SketchGalleryOptions

Description:
Enumerates all the sketch options.
public enum SketchGalleryOptions
Name Description
E SGO_Arc3Point Sketch a Start-End-Radius arc.
E SGO_ArcCenterEnds Sketch a Center-Ends arc.
E SGO_ArcFillet Sketch a fillet arc.
E SGO_ArcTanEnd Sketch a Tangent-End arc.
E SGO_Circle Sketch a circle.
E SGO_CircumscribedPolygon Sketch a circumscribed polygon.
E SGO_Default The default option which means the real option is decided by Revit internally.
E SGO_FullEllipse Sketch a full ellipse.
E SGO_InscribedPolygon Sketch an inscribed polygon.
E SGO_LandingSquare Sketch a landing square.
E SGO_LandingWithTwoRuns Pick two runs to create a landing.
E SGO_Line Sketch a line.
E SGO_PartialEllipse Sketch a partial ellipse.
E SGO_PickFaces Pick faces.
E SGO_PickLines Pick lines.
E SGO_PickPoints Pick points.
E SGO_PickRoofs Pick roofs.
E SGO_PickSupports Pick supports.
E SGO_PickWalls Pick walls.
E SGO_Point Pick a point.
E SGO_PointElement Pick point element.
E SGO_Rect Sketch a rectangle.
E SGO_RunArcCenterEnds Sketch a Center-Ends spiral for a run of stairs.
E SGO_RunArcFullStep Sketch a Full-Step spiral for a run of stairs.
E SGO_RunLine Sketch a line for a run of stairs.
E SGO_SketchLanding Sketch a landing.
E SGO_SketchRun Sketch a run.
E SGO_Spline Sketch a spline.
E SGO_SplineByPoints Sketch a spline by points.
E SGO_SupportPickLine Pick a line to create a support.
E SGO_WinderLShape Sketch a L-Shape winder.
E SGO_WinderPattern Pick winder pattern.
E SGO_WinderUShape Sketch a U-Shape winder.