Share

MapPointCurve Object


Description

The MapPointCurve object is used to define a set of mapping points between sections in a loft feature.

Methods

Name Description
Delete Method that deletes this set of mapping points for a loft.
GetPosition Method that gets the position of the specified map point along the input entity.
GetPositionPoint Method that returns the position of the specified map point in 3D space.
SetPosition Method that sets the position of the map point. The entity implicitly defines which section the point is for. The position of the map points is defined using a 3D coordinate point. If a map point already exists for the section the input entity is a member of, the current map point will be replaced.
SetPositionUsingPoint Method that sets the position of the map point using a 3D coordinate. The index corresponds with the section of the same index. If a map point already exists for the section the input entity is a member of, the current map point will be replaced.

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.
PointCount Property that specifies the number of MapPoints in the set.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

MapPointCurves.AddMapCurve, MapPointCurves.Item

Version

Introduced in version 6

Was this information helpful?