| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Selections | GetAttachments
()
DEPRECATED: since Creo 4 Get method for attribute "Attachments" The entities that the dimension references. The selections should include the drawing model view. |
| boolean | GetDisplay
()
DEPRECATED: since Creo 4 Get method for attribute "Display" Whether or not to display the new dimension upon creation. The default is true. |
| boolean | GetIsRefDimension
()
DEPRECATED: since Creo 4 Get method for attribute "IsRefDimension" true if the dimension should be a reference dimension, null or false otherwise. |
| OrientationHint | GetOrientationHint
()
DEPRECATED: since Creo 4 Get method for attribute "OrientationHint" The orientation hint for proper dimension placement. |
| DimensionSenses | GetSenses
()
DEPRECATED: since Creo 4 Get method for attribute "Senses" The dimension senses associated with the dimension attachments. |
| Vector2D | GetTextLocation
()
DEPRECATED: since Creo 4 Get method for attribute "TextLocation" The location of the dimension text, in screen coordinates. |
| void | SetAttachments
(Selections value)
DEPRECATED: since Creo 4 Set method for attribute "Attachments" The entities that the dimension references. The selections should include the drawing model view. |
| void | SetDisplay
(boolean value)
DEPRECATED: since Creo 4 Set method for attribute "Display" Whether or not to display the new dimension upon creation. The default is true. |
| void | SetIsRefDimension
(boolean value)
DEPRECATED: since Creo 4 Set method for attribute "IsRefDimension" true if the dimension should be a reference dimension, null or false otherwise. |
| void | SetOrientationHint
(OrientationHint value)
DEPRECATED: since Creo 4 Set method for attribute "OrientationHint" The orientation hint for proper dimension placement. |
| void | SetSenses
(DimensionSenses value)
DEPRECATED: since Creo 4 Set method for attribute "Senses" The dimension senses associated with the dimension attachments. |
| void | SetTextLocation
(Vector2D value)
DEPRECATED: since Creo 4 Set method for attribute "TextLocation" The location of the dimension text, in screen coordinates. |
| Method Detail |
|---|
| GetAttachments/SetAttachments |
|---|
| Selections | GetAttachments | () |
| void | SetAttachments | (Selections value) |
| The entities that the dimension references. The selections should include the drawing model view. |
| GetSenses/SetSenses |
|---|
| DimensionSenses | GetSenses | () |
| void | SetSenses | (DimensionSenses value) |
| The dimension senses associated with the dimension attachments. |
| GetTextLocation/SetTextLocation |
|---|
| Vector2D | GetTextLocation | () |
| void | SetTextLocation | (Vector2D value) |
| The location of the dimension text, in screen coordinates. |
| GetIsRefDimension/SetIsRefDimension |
|---|
| boolean | GetIsRefDimension | () |
| void | SetIsRefDimension | (boolean value) |
| true if the dimension should be a reference dimension, null or false otherwise. |
| GetOrientationHint/SetOrientationHint |
|---|
| OrientationHint | GetOrientationHint | () |
| void | SetOrientationHint | (OrientationHint value) |
| The orientation hint for proper dimension placement. |
| GetDisplay/SetDisplay |
|---|
| boolean | GetDisplay | () |
| void | SetDisplay | (boolean value) |
| Whether or not to display the new dimension upon creation. The default is true. |