| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Dimension2D | ConvertToBaseline
(Vector2D Location)
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.ConvertLinearDimensionToBaseline Converts a location on a linear drawing dimension to be used as an ordinate baseline dimension. The linear dimension will be converted to ordinate. |
| void | ConvertToLinear
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.ConvertOrdinateDimensionToLinear Converts an ordinate drawing dimension to a linear dimension. |
| void | ConvertToOrdinate
(Dimension2D BaselineDimension)
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.ConvertLinearDimensionToOrdinate Converts a linear drawing dimension to ordinate. |
| void | EraseFromModel2D
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.EraseDimension Erases the dimension from drawing permanently. |
| Selections | GetAttachmentPoints
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.GetDimensionAttachPoints Returns the attachment locations for a drawing dimension. |
| /*optional*/ Dimension2D | GetBaselineDimension
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.GetBaselineDimension Returns the baseline dimension for an ordinate drawing dimension. |
| DimensionSenses | GetDimensionSenses
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.GetDimensionSenses Returns the dimension senses for the drawing dimension. |
| boolean | GetIsAssociative
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.IsDimensionAssociative Get method for attribute "IsAssociative" Whether or not the dimension is associative. |
| boolean | GetIsDisplayed
()
DEPRECATED: since Creo 4 SUCCESSOR(S): <reference 1 to unknown entity > Get method for attribute "IsDisplayed" Whether or not the dimension is current displayed in the drawing. |
| boolean | GetIsReference
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Dimension.IsReference Determines if a drawing dimension is a reference dimension. |
| boolean | GetIsToleranceDisplayed
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.IsDimensionToleranceDisplayed Get method for attribute "IsToleranceDisplayed" Whether or not the dimension's tolerance is displayed in the drawing. |
| Point3D | GetLocation
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.SetDimensionLocation Get method for attribute "Location" The placement location of the dimension. |
| OrientationHint | GetOrientationHint
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.GetDimensionOrientHint Returns the orientation hint used for placing the drawing dimension. |
| /*optional*/ DimTolerance | GetTolerance
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Dimension.GetTolerance Retrieves parameters of a specified dimension. |
| /*optional*/ View2D | GetView
()
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.GetDimensionView Returns the view associated with a drawing dimension. |
| void | SetLocation
(Point3D value)
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.SetDimensionLocation Set method for attribute "Location" The placement location of the dimension. |
| void | SetTolerance
(
/*optional*/
DimTolerance Limits)
DEPRECATED: since Creo 4 SUCCESSOR(S): Dimension.GetTolerance Sets the tolerance of the specified dimension of the object. |
| void | SwitchView
(View2D View)
DEPRECATED: since Creo 4 SUCCESSOR(S): Drawing.SwitchDimensionView Switches a drawing dimension to a new view. |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.BaseParameter |
|---|
| GetValue, SetValue, GetIsDesignated, SetIsDesignated, GetIsRelationDriven, GetIsModified, ResetFromBackup |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Child |
|---|
| GetDBParent, GetOId |
| Methods Inherited from Interface com.ptc.pfc.pfcBase.ActionSource |
|---|
| AddActionListener, RemoveActionListener, AddActionListenerWithType |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.RelationOwner |
|---|
| DeleteRelations, GetRelations, SetRelations, RegenerateRelations, EvaluateExpression |
| Methods Inherited from Interface com.ptc.pfc.pfcObject.Parent |
|---|
| GetChild |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ParameterOwner |
|---|
| GetParam, CreateParam, ListParams, SelectParam, CreateParamWithUnits, SelectParameters |
| Methods Inherited from Interface com.ptc.pfc.pfcModelItem.ModelItem |
|---|
| GetName, SetName, GetId, GetType |
| Methods Inherited from Interface com.ptc.pfc.pfcDimension.BaseDimension |
|---|
| GetDimValue, SetDimValue, GetDimType, GetSymbol, SetSymbol, GetTexts, SetTexts, GetExtendsInNegativeDirection, Show, Erase |
| Method Detail |
|---|
| GetIsReference |
|---|
| boolean | GetIsReference | () |
Determines if a drawing dimension is a reference dimension.
|
| SetTolerance |
|---|
| void | SetTolerance | ( /*optional*/ DimTolerance Limits) |
| Sets the tolerance of the specified dimension of the object. A null value indicates a nominal tolerance.
|
| GetTolerance |
|---|
| /*optional*/ DimTolerance | GetTolerance | () |
| Retrieves parameters of a specified dimension. A null value indicates a nominal tolerance.
|
| GetIsAssociative |
|---|
| boolean | GetIsAssociative | () |
| Whether or not the dimension is associative. |
| GetIsToleranceDisplayed |
|---|
| boolean | GetIsToleranceDisplayed | () |
| Whether or not the dimension's tolerance is displayed in the drawing. |
| GetBaselineDimension |
|---|
| /*optional*/ Dimension2D | GetBaselineDimension | () |
| Returns the baseline dimension for an ordinate drawing dimension.
The drawing must be displayed.
|
| GetDimensionSenses |
|---|
| DimensionSenses | GetDimensionSenses | () |
| Returns the dimension senses for the drawing dimension.
Only applicable for dimensions created in drawing mode. This method does not support drawing dimensions created from intersections of geometric entities. Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXInAMethod>
|
| GetAttachmentPoints |
|---|
| Selections | GetAttachmentPoints | () |
| Returns the attachment locations for a drawing dimension.
Applicable only for dimensions created in drawing mode. This function does not support dimensions created at intersection points of entities.
|
| GetOrientationHint |
|---|
| OrientationHint | GetOrientationHint | () |
| Returns the orientation hint used for placing the drawing dimension.
Only applicable for dimensions created in drawing mode. This function does not support drawing dimensions created from intersections of geometric entities.
|
| ConvertToLinear |
|---|
| void | ConvertToLinear | () |
| Converts an ordinate drawing dimension to a linear dimension.
The drawing must be displayed.
|
| ConvertToOrdinate |
|---|
| void | ConvertToOrdinate | (Dimension2D BaselineDimension) |
| Converts a linear drawing dimension to ordinate.
The drawing must be displayed.
|
| ConvertToBaseline |
|---|
| Dimension2D | ConvertToBaseline | (Vector2D Location) |
| Converts a location on a linear drawing dimension to be used as an ordinate baseline dimension. The linear dimension will be converted to ordinate.
The drawing must be displayed.
|
| GetLocation/SetLocation |
|---|
| Point3D | GetLocation | () |
| void | SetLocation | (Point3D value) |
The placement location of the dimension.
|
| GetView |
|---|
| /*optional*/ View2D | GetView | () |
| Returns the view associated with a drawing dimension.
Applies to dimensions stored in the solid or in the drawing.
|
| SwitchView |
|---|
| void | SwitchView | (View2D View) |
| Switches a drawing dimension to a new view.
Applies to dimensions stored in the solid or in the drawing.
|
| GetIsDisplayed |
|---|
| boolean | GetIsDisplayed | () |
| Whether or not the dimension is current displayed in the drawing. |
| EraseFromModel2D |
|---|
| void | EraseFromModel2D | () |
Erases the dimension from drawing permanently.
|