| Name | Description |
| AddByTwoPoints | Method that creates a new sketch line based on the two input points. The new sketch line is returned. |
| Name | Description |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| Count | Property that returns the number of items in the collection. |
| Item | Returns the specified SketchLine3D object from the collection. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |
| Name | Description |
| Create a 3D sketch dimension | This sample demonstrates the creation of a 3d sketch line and a dimension between the start and the end points of the line. |
| Sweep Feature Add | This sample demonstrates the creation of a sweep feature. The profile is a circle, but the path is made up of a 3D sketch and a 2D sketch. |