Solid Edge FrameworkSupport Type Library
FeatureControlFrame Object Members
Overview 
Public Methods
Public Method AddVertexCreates a vertex at the end of the object.
Public Method BringForwardChanges the display order of the referenced object by moving it in front of the first object that obscures it.
Public Method BringToFrontChanges the display order of the referenced object by moving it in front of all other overlapping objects.
Public Method CopyPlaces a copy of the referenced object on the clipboard.
Public Method CutMoves the referenced object to the system clipboard.
Public Method DeleteDeletes the referenced object.
Public Method DuplicateCopies the referenced object to a specified location, creating a new instance of the object with the same property values as the original.
Public Method FCFBorderPointAtIndexReturns the coordinates of a border point.
Public Method GetAlignmentShapeReturns alignment shape and alignment shape point
Public Method GetDisplayData
Public Method GetFreeSpacePointReturns the coordinates of the terminal connect point for a leader line that belongs to the active dimensioning object.
Public Method GetKeyPointReturns information about a specified key point.
Public Method GetTerminatorReturns the object to which the terminal end of a dimensioning or annotation object's leader connects.
Public Method GetVertexReturns the coordinates of the referenced object based on a specified index.
Public Method GetVerticesReturns an array of vertex coordinates in a dimensioning object.
Public Method InsertVertexAdds a vertex at a specified index causing indices of following vertices to increment by one.
Public Method MoveMoves the referenced object.
Public Method PromoteToCurrentVersionPromotes feature control frame to the latest version behavior, the same as if placing a new object.
Public Method RangeReturns the high and low range values for the referenced object.
Public Method RemoveVertexRemoves a vertex at a specified index, causing indices of following vertices to decrement by one.
Public Method SelectSelects the referenced object in the active window.
Public Method SendBackwardChanges the display order of visible objects by moving the referenced object so that it is in back of the first object behind it.
Public Method SendToBackChanges the display order of visible objects by moving the referenced object behind all overlapping objects.
Public Method SetAlignmentShapeConnects annotation to alignment shape at specified point.
Public Method SetFreeSpacePointSpecifies the coordinates of the terminal connect point for a leader line belonging to the referenced dimensioning object.
Public Method SetKeyPointSets the position for a specified key point.
Public Method SetTerminatorSpecifies a new object and/or connect point for the terminal end of an annotatino object's leader.
Public Method SetVertexSets the coordinates of an existing vertex of the referenced object.
Public Method SetVerticesCreates vertices in a dimensioning object from an array of x-y coordinates.
Public Method TransformToModelCoordinatesTransforms input XY coordinates to model coordinates.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property AttributeSetsReturns the AttributeSets collection object for the referenced object.
Public Property BoxAlignmentSets and returns the status of the alignment of a feature control frame. Note: This is a multi-level feature control option. if it's set true value, all first and second box would align and text move to the center of box.
Public Property BreakLineSpecifies whether or not a breakline is added between the leader line and the referenced dimensioning object.
Public Property BreakLineDirectionSets and returns the direction (left or right) in which the break line runs along the x axis.
Public Property BreakLineDistanceSets and returns the length along the x axis that the break line traverses.
Public Property CompositePrimaryAndSecondaryTextSets and returns the composite status of primary and secondary text.
Public Property CompositeSecondaryAndTertiaryTextSets and returns the composite status of secondary and tertiary text.
Public Property CompositeTertiaryAndQuaternaryTextSets and returns the composite status of tertiary and quaternary text.
Public Property DocumentReturns the document to which the referenced object belongs.
Public Property FCFAllAroundSpecifies whether or not an all around symbol is to be applied to the Leader of the referenced object.
Public Property FCFAllOverSpecifies whether or not an all over symbol is to be applied to the Leader of the referenced object.
Public Property FCFBorderPointCountReturns the number of border points on the object.
Public Property HidePMIShow or Hide the referenced PMI Feature Control Frame object.
Public Property IndexReturns the numeric index for the active object.
Public Property IsAttributeSetPresentReturns True if a specified Attribute Set exists on the referenced object.
Public Property IsTerminatorAttachedToEntityReturns TRUE if the referenced object has a terminator element.
Public Property KeyReturns a key (a string) to find the object relative to its owning parents.
Public Property KeyPointCountReturns the number of keypoints/handles that are supported by the referenced object.
Public Property LayerSets and returns the named layer on which the referenced object resides.
Public Property LeaderSpecifies whether or not the referenced object has a leader line.
Public Property LeaderTextConnectionPointSets and returns the connection point of FCF text with leader or breakline.
Public Property NameReturns the name of the referenced object.
Public Property OrientationSets and returns the orientation of feature control frame.
Public Property ParentReturns the parent object for the referenced object.
Public Property PlaneFor dimensions, returns the planar object used by the dimension to measure an object. For profiles, CopiedPart objects, and CopyConstruction objects, sets and returns the associated RefPlane object.
Public Property PMINameGet and set the name of reference PMI annotation object.
Public Property PMIPlane
Public Property PMITrackDistance
Public Property PrimaryFrameSets and returns the primary frame text.
Public Property QuaternaryFrameSets and returns the quaternary frame text.
Public Property RotationAngleSets and returns the angle, in radians, at which the object is rotated along its major axis.
Public Property SecondaryFrameSets and returns the secondary frame text for the referenced FeatureControlFrame object.
Public Property StyleFor collection objects, Body objects, RefPlane objects, Sketch objects, CoordinateSystem objects, CommandBarButton objects, SmartFrame2d objects, View objects, and TextCharStyle objects, Style is read-write. For all other objects, Style is read-only.
Public Property TertiaryFrameSets and returns the tertiary frame text.
Public Property TextScaleSets and returns the text scale of the object.
Public Property TypeSpecifies the type of the object being referenced.
Public Property VertexCountReturns the number of vertices in the referenced object.
Public Property ZOrderSpecifies the front-to-back order in which an object is displayed relative to other objects.
See Also

FeatureControlFrame Object