Library | Package Java Toolkit

Interface DimensionAngleOptions

SUCCESSOR(S): AngularDimOptions

package com.ptc.pfc.pfcDimension2D;

public interface DimensionAngleOptions
  extends jxobject



Description

This interface contains the flags used by a AngleDimensionSense object.
See Also:
AngleDimensionSense, Dimension2D.GetDimensionSenses(), pfcDimension2D.AngleDimensionSense_Create(/*optional*/ DimensionAngleOptions)



Method Summary
/*optional*/ BooleanGetIsFirst ()
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.GetIsFirst

    Get method for attribute "IsFirst"
    true if the angle starts from this entity in a counterclockwise sense; false or null if the dimension ends at this entity. One entity in an angular dimension must be true, and one must be false.
/*optional*/ BooleanGetShouldFlip ()
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.GetShouldFlip

    Get method for attribute "ShouldFlip"
    If "should_flip" is false or null, and the entity's inherent direction is away from the angle vertex, then the dimension attaches directly to the entity. If the entity's direction is towards the angle vertex, the dimension is attached to a witness line which is in line with the entity but on the opposite side of the angle vertex. If "should_flip" is true, then these cases are interchanged.
voidSetIsFirst ( /*optional*/ Boolean value)
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.GetIsFirst

    Set method for attribute "IsFirst"
    true if the angle starts from this entity in a counterclockwise sense; false or null if the dimension ends at this entity. One entity in an angular dimension must be true, and one must be false.
voidSetShouldFlip ( /*optional*/ Boolean value)
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.GetShouldFlip

    Set method for attribute "ShouldFlip"
    If "should_flip" is false or null, and the entity's inherent direction is away from the angle vertex, then the dimension attaches directly to the entity. If the entity's direction is towards the angle vertex, the dimension is attached to a witness line which is in line with the entity but on the opposite side of the angle vertex. If "should_flip" is true, then these cases are interchanged.

Method Detail

GetIsFirst/SetIsFirst

/*optional*/ BooleanGetIsFirst ()
voidSetIsFirst ( /*optional*/ Boolean value)

DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.GetIsFirst


    true if the angle starts from this entity in a counterclockwise sense; false or null if the dimension ends at this entity. One entity in an angular dimension must be true, and one must be false.



GetShouldFlip/SetShouldFlip

/*optional*/ BooleanGetShouldFlip ()
voidSetShouldFlip ( /*optional*/ Boolean value)

DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.GetShouldFlip


    If "should_flip" is false or null, and the entity's inherent direction is away from the angle vertex, then the dimension attaches directly to the entity. If the entity's direction is towards the angle vertex, the dimension is attached to a witness line which is in line with the entity but on the opposite side of the angle vertex. If "should_flip" is true, then these cases are interchanged.