Class pfcTangentIndexDimensionSense
DEPRECATED:
since Creo 4
SUCCESSOR(S): TangentIndexDimSense
Description
This interface is a dimension sense type referring to an attachment to a tangent of the entity, which is an arc or circle.
The dimension sense gives more information about how the dimension attaches to the entity,
for example, to what part of the entity, and in what direction the dimension runs.
-
See Also:
-
pfcDrawingDimCreateInstructions, pfcDimension2D.GetDimensionSenses()
-
Direct Parent Classes:
-
pfcDimensionSense
Property Summary
|
| number | TangentIndex |
|
| DEPRECATED:
since Creo 4
|
| SUCCESSOR(S):
<reference 1 to unknown entity pfcDimension::TangentIndexDimSense::TangentIndex>
|
The index of the tangent attachment point. |
|
Method Summary
Property Detail
|
| DEPRECATED:
since Creo 4
|
| SUCCESSOR(S):
<reference 1 to unknown entity pfcDimension::TangentIndexDimSense::TangentIndex>
|
The index of the tangent attachment point.
|
Method Detail
|
| DEPRECATED:
since Creo 4
|
| SUCCESSOR(S): TangentIndexDimSense.Create |
Creates a new tangent index dimension sense object for use in creating a drawing dimension.
-
See Also:
-
pfcModel2D.CreateDrawingDimension()
-
Parameters:
-
-
TangentIndex
- The index of the tangent point to which Creo Parametric should attach the dimension.
-
Returns:
- The created tangent index dimension sense object.
|