Share

Profile3D Object


Description

The Profile3D object defines a set of connected curves within a 3D sketch. The Profile3D object is used as input for various features that support 3D sketches as input, such as sweep and loft. See the article in the overviews section.

Methods

Name Description
Delete Method that deletes this Profile3D object.
GetReferenceKey Method that generates and returns the reference key for this entity.

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.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
Count Property that returns the number of items in the collection.
Item Method that returns the specified ProfilePath3D object from the collection.
Parent Property that returns the 3D sketch that the profile was derived from.
Type Returns an ObjectTypeEnum indicating this object's type.
Wires Property returning the Wires collection object associated with this Profile3D.

Accessed From

Profile3DProxy.NativeObject, ProfilePath3D.Parent, ProfilePath3DProxy.Parent, Profiles3D.AddClosed, Profiles3D.AddOpen, Profiles3D.Item

Derived Classes

Profile3DProxy

Samples

Name Description
Loft Feature With Non-Planar Section This sample demonstrates the creation of a loft feature. It uses two sections for the loft, one is from a 2d sketch and the other is a non-planar section from a 3d sketch. Because one of the sketches isn't planar, a surface is created instead of a solid.

Version

Introduced in version 6

Was this information helpful?