Share

ModelFeatureControlFrameRow Object


Description

Object represents a row within a feature control frame symbol.

Methods

Name Description
Delete Method that deletes the row of the feature control frame, If this is not the last row of the feature control frame, all the rows below this row are also deleted. The first row of the symbol cannot be deleted, so this method will return an error.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
DisplayCommonZoneModifier Gets and sets whether to display the common zone modifier or not.
DisplayFreeStateModifier Gets and sets whether to display the free state modifier or not.
DisplayProjectedToleranceZoneModifier Gets and sets whether to display the projected tolerance zone modifier or not.
DisplayStatisticalModifier Gets and sets whether to display the statistical modifier or not.
DisplayTangentPlaneModifier Gets and sets whether to display the tangent plane modifier or not.
DisplayUnequallyDisposedModifier Gets and sets whether to display the unequally disposed modifier or not.
GeneralProfileOfSurfaceModifier Gets and sets the flag whether this FCF represents general surface profile tolerance.
GeometricCharacteristic Gets and sets the geometric characteristic symbol for the row.
InternalName Gets the internal name (GUID) of the model feature control frame row.
Parent Gets the parent object from whom this object can logically be reached.
PrimaryCompoundDatumIdentifier Gets and sets the primary comopund datum.
PrimaryCompoundDatumModifier Gets and sets the primary compound datum modifier.
PrimaryDatumIdentifier Gets and sets the primary datum.
PrimaryDatumModifier Gets and sets the the material condition symbol to append to the primary datum.
ProjectedToleranceZonePrecision Gets and sets the Projected Tolerance Zone precision associated with this geometric characteristic. The value is a short integer.
ProjectedToleranceZoneValue Gets and sets the value for the projected tolerance zone modifier.
SecondaryCompoundDatumIdentifier Gets and sets the secondary compound datum.
SecondaryCompoundDatumModifier Gets and sets the secondary compound datum modifier.
SecondaryDatumIdentifier Gets and sets the secondary datum.
SecondaryDatumModifier Gets and sets the material condition symbol to append to the secondary datum.
TertiaryCompoundDatumIdentifier Gets and sets the tertiary compound datum.
TertiaryCompoundDatumModifier Gets and sets the tertiary compound datum modifier.
TertiaryDatumIdentifier Gets and sets the tertiary datum.
TertiaryDatumModifier Gets and sets the material condition symbol to append to the tertiary datum.
Tolerance Gets and sets the tolerance associated with this geometric characteristic. The value can be either in centimeters or radians depending on if the geometric characteristic defines a length or angle.
ToleranceMaterialCondition Gets and sets the symbol to use as tolerance material condition. Valid values are kGDTNoSymbol, kGDTMaximumMaterialCondition and kGDTLeastMaterialCondition.
ToleranceModifierPrefix Gets and sets the symbol to use as a prefix for the tolerance.
TolerancePrecision Gets and sets the tolerance precision associated with this geometric characteristic. The value is a short integer.
Type Gets the constant that indicates the type of this object.
UnequallyDisposedPrecision Gets and sets the Unequally Disposed precision associated with this geometric characteristic. The value is a short integer.
UnequallyDisposedValue Gets and sets the value for the unequally disposed modifier.

Accessed From

ModelFeatureControlFrameRows.Add, ModelFeatureControlFrameRows.Item

Version

Introduced in version 2018

Was this information helpful?