SketchEntitiesEnumerator Object
Description
The SketchEntitiesEnumerator object provides access to all of the geometric entities on the sketch regardless of their type. See the article in the overviews section.Properties
Name | Description |
Count | Property that returns the number of items in this collection. |
Item | Returns the specified SketchEntity object from the collection. |
Type | Returns an ObjectTypeEnum indicating this object's type. |
Accessed From
DrawingSketch.AddArcSlotByCenterPointArc, DrawingSketch.AddArcSlotByThreePointArc, DrawingSketch.AddStraightSlotByCenterToCenter, DrawingSketch.AddStraightSlotByOverall, DrawingSketch.AddStraightSlotBySlotCenter, DrawingSketch.OffsetSketchEntitiesUsingDistance, DrawingSketch.OffsetSketchEntitiesUsingPoint, DrawingSketch.SketchEntities, PlanarSketch.AddArcSlotByCenterPointArc, PlanarSketch.AddArcSlotByThreePointArc, PlanarSketch.AddStraightSlotByCenterToCenter, PlanarSketch.AddStraightSlotByOverall, PlanarSketch.AddStraightSlotBySlotCenter, PlanarSketch.OffsetSketchEntitiesUsingDistance, PlanarSketch.OffsetSketchEntitiesUsingPoint, PlanarSketch.SketchEntities, PlanarSketchProxy.AddArcSlotByCenterPointArc, PlanarSketchProxy.AddArcSlotByThreePointArc, PlanarSketchProxy.AddStraightSlotByCenterToCenter, PlanarSketchProxy.AddStraightSlotByOverall, PlanarSketchProxy.AddStraightSlotBySlotCenter, PlanarSketchProxy.OffsetSketchEntitiesUsingDistance, PlanarSketchProxy.OffsetSketchEntitiesUsingPoint, PlanarSketchProxy.SketchEntities, ProjectedCut.SketchEntities, ProjectedCutProxy.SketchEntities, Sketch.AddArcSlotByCenterPointArc, Sketch.AddArcSlotByThreePointArc, Sketch.AddStraightSlotByCenterToCenter, Sketch.AddStraightSlotByOverall, Sketch.AddStraightSlotBySlotCenter, Sketch.OffsetSketchEntitiesUsingDistance, Sketch.OffsetSketchEntitiesUsingPoint, Sketch.SketchEntities, SketchArc.OwnedBy, SketchArcProxy.OwnedBy, SketchBlockDefinition.AddArcSlotByCenterPointArc, SketchBlockDefinition.AddArcSlotByThreePointArc, SketchBlockDefinition.AddStraightSlotByCenterToCenter, SketchBlockDefinition.AddStraightSlotByOverall, SketchBlockDefinition.AddStraightSlotBySlotCenter, SketchBlockDefinition.OffsetSketchEntitiesUsingDistance, SketchBlockDefinition.OffsetSketchEntitiesUsingPoint, SketchBlockDefinition.SketchEntities, SketchBlockDefinitionProxy.AddArcSlotByCenterPointArc, SketchBlockDefinitionProxy.AddArcSlotByThreePointArc, SketchBlockDefinitionProxy.AddStraightSlotByCenterToCenter, SketchBlockDefinitionProxy.AddStraightSlotByOverall, SketchBlockDefinitionProxy.AddStraightSlotBySlotCenter, SketchBlockDefinitionProxy.OffsetSketchEntitiesUsingDistance, SketchBlockDefinitionProxy.OffsetSketchEntitiesUsingPoint, SketchBlockDefinitionProxy.SketchEntities, SketchCircle.OwnedBy, SketchCircleProxy.OwnedBy, SketchControlPointSpline.OwnedBy, SketchControlPointSplineProxy.OwnedBy, SketchEllipse.OwnedBy, SketchEllipseProxy.OwnedBy, SketchEllipticalArc.OwnedBy, SketchEllipticalArcProxy.OwnedBy, SketchEntity.OwnedBy, SketchEquationCurve.OwnedBy, SketchEquationCurveProxy.OwnedBy, SketchFixedSpline.OwnedBy, SketchFixedSplineProxy.OwnedBy, SketchImage.BoundaryGeometry, SketchImageProxy.BoundaryGeometry, SketchLine.OwnedBy, SketchLineProxy.OwnedBy, SketchLines.AddAsPolygon, SketchLines.AddAsThreePointCenteredRectangle, SketchLines.AddAsThreePointRectangle, SketchLines.AddAsTwoPointCenteredRectangle, SketchLines.AddAsTwoPointRectangle, SketchOffsetSpline.OwnedBy, SketchOffsetSplineProxy.OwnedBy, SketchPoint.AttachedEntities, SketchPoint.OwnedBy, SketchPointProxy.AttachedEntities, SketchPointProxy.OwnedBy, SketchSpline.OwnedBy, SketchSplineHandle.OwnedBy, SketchSplineHandleProxy.OwnedBy, SketchSplineProxy.OwnedBy, TextBox.BoundaryGeometry, TextBox.ConvertToGeometry, TextBoxProxy.BoundaryGeometry, TextBoxProxy.ConvertToGeometrySamples
Name | Description |
Delete Face, Boundary Patch and Stitch features | Demonstrates creating Face, Boundary Patch and Stitch features. |
Using Inventor's error dialog | Demonstrates using Inventor's error dialog. |
Edit profile of an extrude feature | This sample demonstrates editing the profile of an extrude feature. |
Create sheet metal lofted flange feature | The following sample demonstrates the creation of a sheet metal lofted flange feature. |
Create and Edit an Extrude Feature with a pocket | This sample demonstrates how to edit an extrude feature. It shows how to create a sketch plane at a specified orientation to existing geometry. |
Offset a 2D sketch | This sample demonstrates the creation of offsets in 2d sketches. Two ways of creating the offset are shown - one uses a distance and the other uses the input point. |
Sketch Lines | This sample demonstrates creating lines. It uses all of the various methods to create lines, both singly and as rectangles. |
Create and insert a sketch block definition into a part sketch | This sample demonstrates inserting a sketch block into a part sketch. |
Create sketch block from an existing sketch | This sample demonstrates creating a sketch block from an existing sketch. |