Share

SketchLines3D Object


Description

The SketchLines3D object provides access to all of the objects in a sketch and provides methods to create additional sketch lines. See the article in the overviews section.

Methods

Name Description
AddByTwoPoints Method that creates a new sketch line based on the two input points. The new sketch line is returned.

Properties

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.

Accessed From

Sketch3D.SketchLines3D, Sketch3DProxy.SketchLines3D

Samples

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.

Version

Introduced in version 6

Was this information helpful?