| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static AngleDimensionSense | AngleDimensionSense_Create
(
/*optional*/
DimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates a new angle dimension sense object for use in creating a drawing dimension. |
| static DimensionAngleOptions | DimensionAngleOptions_Create
()
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates an empty DimensionAngleOptions object. |
| static DrawingDimCreateInstructions | DrawingDimCreateInstructions_Create
(Selections Attachments, DimensionSenses Senses, Vector2D TextLocation, OrientationHint Hint)
DEPRECATED: since Creo 4 Create an instructions object used to create a new dimension in a drawing. |
| static EmptyDimensionSense | EmptyDimensionSense_Create
()
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates an empty dimension sense object, for use in creating a new drawing dimension. |
| static LinAOCTangentDimensionSense | LinAOCTangentDimensionSense_Create
(DimensionLinAOCTangentType TangentType)
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates a new linear to arc or circle tangent dimension sense object for use in creating a drawing dimension. |
| static PointDimensionSense | PointDimensionSense_Create
(DimensionPointType PointType)
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates a new point dimension sense object for use in creating a drawing dimension. |
| static PointToAngleDimensionSense | PointToAngleDimensionSense_Create
(DimensionPointType PointType,
/*optional*/
DimensionAngleOptions AngleOptions)
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates a new point-to-angle dimension sense object for use in creating a drawing dimension. |
| static SplinePointDimensionSense | SplinePointDimensionSense_Create
(int SplinePointIndex)
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates a new spline point dimension sense object for use in creating a drawing dimension. |
| static TangentIndexDimensionSense | TangentIndexDimensionSense_Create
(int TangentIndex)
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Creates a new tangent index dimension sense object for use in creating a drawing dimension. |
| Method Detail |
|---|
| DimensionAngleOptions_Create |
|---|
| static DimensionAngleOptions | DimensionAngleOptions_Create | () |
Creates an empty DimensionAngleOptions object.
|
| EmptyDimensionSense_Create |
|---|
| static EmptyDimensionSense | EmptyDimensionSense_Create | () |
| Creates an empty dimension sense object, for use in creating a new drawing dimension.
This dimension sense is used if there is no special information required to accompany the dimension attachment.
|
| PointDimensionSense_Create |
|---|
| static PointDimensionSense | PointDimensionSense_Create | (DimensionPointType PointType) |
Creates a new point dimension sense object for use in creating a drawing dimension.
|
| SplinePointDimensionSense_Create |
|---|
| static SplinePointDimensionSense | SplinePointDimensionSense_Create | (int SplinePointIndex) |
Creates a new spline point dimension sense object for use in creating a drawing dimension.
|
| TangentIndexDimensionSense_Create |
|---|
| static TangentIndexDimensionSense | TangentIndexDimensionSense_Create | (int TangentIndex) |
Creates a new tangent index dimension sense object for use in creating a drawing dimension.
|
| LinAOCTangentDimensionSense_Create |
|---|
| static LinAOCTangentDimensionSense | LinAOCTangentDimensionSense_Create | (DimensionLinAOCTangentType TangentType) |
Creates a new linear to arc or circle tangent dimension sense object for use in creating a drawing dimension.
|
| AngleDimensionSense_Create |
|---|
| static AngleDimensionSense | AngleDimensionSense_Create | ( /*optional*/ DimensionAngleOptions AngleOptions) |
Creates a new angle dimension sense object for use in creating a drawing dimension.
|
| PointToAngleDimensionSense_Create |
|---|
| static PointToAngleDimensionSense | PointToAngleDimensionSense_Create | (DimensionPointType PointType, /*optional*/ DimensionAngleOptions AngleOptions) |
Creates a new point-to-angle dimension sense object for use in creating a drawing dimension.
|
| DrawingDimCreateInstructions_Create |
|---|
| static DrawingDimCreateInstructions | DrawingDimCreateInstructions_Create | (Selections Attachments, DimensionSenses Senses, Vector2D TextLocation, OrientationHint Hint) |
Create an instructions object used to create a new dimension in a drawing.
|