Solid Edge Part Type Library
Profile Object
Members 
Description
One or more endpoint-connected geometric elements that do not intersect with one another.
Object Model
Profile ObjectArcs2d CollectionAreaPropertiesCollection CollectionBoundaries2d CollectionBSplineCurves2d CollectionCircles2d CollectionCircularPatterns2d CollectionComponentImages2d CollectionCurveBody ObjectApplication ObjectCurvePaths CollectionCurves CollectionCurveVertices CollectionEllipses2d CollectionEllipticalArcs2d CollectionFeatureControlFrames CollectionHoles2d CollectionImages2d CollectionLines2d CollectionMountingBoss2dCollection CollectionPoints2d CollectionRectangularPatterns2d CollectionTextProfiles Collection
Remarks
A Profile object is an implied element type. That is, it is not a specific element type such as a line or an arc. A profile can be an individual element, or it can be composed of a set of elements, such as lines and arcs. If the Profile object consists of a set of elements, these elements must be endpoint-connected using key point relationships so that the profile is continuous and acts as an individual element. The Size property always returns a value of zero (0) until the profile has been validated. If you have opened the Profile environment interactively, the currently open profile's Size property value is zero (0) until the Profile step of the command is complete. If a programmer has created a profile, the Size property value is zero (0) until the End method finishes and validates the profile. Once the profile is finished and validated, the Size property returns meaningful results. The Form property always returns a value of zero (0 - iggeom2dFormUnknown) until the profile has been validated. If you have opened the Profile environment interactively, the currently open profile's Form property value is zero (0) until the Profile step of the command is complete. If a programmer has created a profile, the Form property value is zero (0) until the End method finishes and validates the profile. Once the profile is finished and validated, the Form property returns meaningful results.
See Also

Profile Members