Share

Profiles3D Object


Description

Provides access to all of the 3d profiles owned by a particular 3d sketch and supports the methods to create additional 3d profiles.

Methods

Name Description
AddClosed Method that creates a new profile by examining the contents of the sketch and creating as many closed paths as possible. The resulting Profile3D is returned.
AddOpen Method that creates a new profile by examining the contents of the sketch for a set of connected entities and creating as many paths as possible. The paths may be open or closed. The resulting Profile3D 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 Method that returns the specified Profile3D object from the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Sketch3D.Profiles3D, Sketch3DProxy.Profiles3D

Version

Introduced in version 6

Was this information helpful?