Library | Package Java Toolkit

Interface DrawingDimCreateInstructions

package com.ptc.pfc.pfcDimension2D;

public interface DrawingDimCreateInstructions
  extends jxobject



Description

This interface is used for creating a drawing dimension.
See Also:
Model2D.CreateDrawingDimension(DrawingDimCreateInstructions)
Manual References:
Drawings: Creating Drawing Dimensions



Method Summary
SelectionsGetAttachments ()
DEPRECATED: since Creo 4
    Get method for attribute "Attachments"
    The entities that the dimension references. The selections should include the drawing model view.
booleanGetDisplay ()
DEPRECATED: since Creo 4
    Get method for attribute "Display"
    Whether or not to display the new dimension upon creation. The default is true.
booleanGetIsRefDimension ()
DEPRECATED: since Creo 4
    Get method for attribute "IsRefDimension"
    true if the dimension should be a reference dimension, null or false otherwise.
OrientationHintGetOrientationHint ()
DEPRECATED: since Creo 4
    Get method for attribute "OrientationHint"
    The orientation hint for proper dimension placement.
DimensionSensesGetSenses ()
DEPRECATED: since Creo 4
    Get method for attribute "Senses"
    The dimension senses associated with the dimension attachments.
Vector2DGetTextLocation ()
DEPRECATED: since Creo 4
    Get method for attribute "TextLocation"
    The location of the dimension text, in screen coordinates.
voidSetAttachments (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.
voidSetDisplay (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.
voidSetIsRefDimension (boolean value)
DEPRECATED: since Creo 4
    Set method for attribute "IsRefDimension"
    true if the dimension should be a reference dimension, null or false otherwise.
voidSetOrientationHint (OrientationHint value)
DEPRECATED: since Creo 4
    Set method for attribute "OrientationHint"
    The orientation hint for proper dimension placement.
voidSetSenses (DimensionSenses value)
DEPRECATED: since Creo 4
    Set method for attribute "Senses"
    The dimension senses associated with the dimension attachments.
voidSetTextLocation (Vector2D value)
DEPRECATED: since Creo 4
    Set method for attribute "TextLocation"
    The location of the dimension text, in screen coordinates.

Method Detail

GetAttachments/SetAttachments

SelectionsGetAttachments ()
voidSetAttachments (Selections value)

DEPRECATED: since Creo 4

    The entities that the dimension references. The selections should include the drawing model view.



GetSenses/SetSenses

DimensionSensesGetSenses ()
voidSetSenses (DimensionSenses value)

DEPRECATED: since Creo 4

    The dimension senses associated with the dimension attachments.



GetTextLocation/SetTextLocation

Vector2DGetTextLocation ()
voidSetTextLocation (Vector2D value)

DEPRECATED: since Creo 4

    The location of the dimension text, in screen coordinates.



GetIsRefDimension/SetIsRefDimension

booleanGetIsRefDimension ()
voidSetIsRefDimension (boolean value)

DEPRECATED: since Creo 4

    true if the dimension should be a reference dimension, null or false otherwise.



GetOrientationHint/SetOrientationHint

OrientationHintGetOrientationHint ()
voidSetOrientationHint (OrientationHint value)

DEPRECATED: since Creo 4

    The orientation hint for proper dimension placement.



GetDisplay/SetDisplay

booleanGetDisplay ()
voidSetDisplay (boolean value)

DEPRECATED: since Creo 4

    Whether or not to display the new dimension upon creation. The default is true.