IvFeatureControlFrame adds a feature control frame to an Inventor drawing sheet. By default, a single row feature control frame. To create a multiple row frame, override the Rows rule .
IvFeatureControlFrameModifier
BaseInventorMixin
LightweightPart
Name | Type | Description |
---|---|---|
view | part | The drawing view containing the entity/entities onto which to attach the symbol; defaults to the parent if it is a drawing view, NoValue if it is not. |
part1 | part | The part containing the entity/entities onto which to attach the symbol; defaults to NoValue . |
entity1 | string | The entity onto which to attach the symbol; defaults to NoValue . |
intent1 | any | Identifies the placement on the entity, defaults to NoValue. Specify the distance along the curve (0-1) or on of the following names: :startPoint, :endPoint, :midPoint, :centerPoint, :circularLeftPoint, :circularRightPoint, :circularTopPoint, :circularBottomPoint. |
closestPoint1 | point | Specifies a point , in view coordinates, used to select the correct drawing curve in cases where there are several curves representing the entity. The drawing curve closest to the given point is selected. The distance is measured from the point to the center of the curve's bounding box. |
placementPoint | point | Specifies the position of the symbol on the drawing sheet; defaults to NoValue . |
leaderPoints | list | List of placement points. The first point in the list defines the position of the symbol, the last one defines the position of the marker point . |
geometricCharacteristic | name | Specifies the tolerance symbol, choose from :Straightness (default), :Flatness, :Circularity, :ProfileOfAnyLine, :ProfileOfAnySurface, :Angularity, :Perpendicularity, :Parallelism, :Position, :ConcentricityAndCoaxiality, :CircularRunout, :Symmetry, :TotalRunout, :Cylindricity, :ParallelProfile, :AxisIntersection, :CircularRunoutFilled, :TotalRunoutFilled. |
tolerance | string | Tolerance value associated with this geometric characteristic; default is "" |
lowerTolerance | string | Lower tolerance value associated with this geometric characteristic (ANSI only); default is "" |
datum1 | string | First datum reference for this tolerance. |
datum2 | string | Second datum reference for this tolerance. |
datum3 | string | Third datum reference for this tolerance. |
allAroundSymbol? | boolean | Adds the all-around indicator to the symbol; default is False . |
datumIdentifier | string | Datum identifier for this feature control frame, default is "" |
notes | string | Notes associated with this feature control frame, default is "" |
rotation | integer | The rotation angle of the feature control frame, default is 0 |
style | string | Feature Control Frame Style for the symbol; default is "Default" |
layer | string | Layer for the symbol; default is "" |