Library | Module

Class pfcDimensionAngleOptions



DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions

Description

This interface contains the flags used by a pfcAngleDimensionSense object.
See Also:
pfcAngleDimensionSense, pfcDimension2D.GetDimensionSenses(), pfcAngleDimensionSense.Create()



Property Summary

/* optional */ booleanIsFirst
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::AngularDimOptions::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 */ booleanShouldFlip
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::AngularDimOptions::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 Summary

static pfcDimensionAngleOptionsCreate ()
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.Create
Creates an empty DimensionAngleOptions object.



Property Detail


/* optional */ booleanIsFirst
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::AngularDimOptions::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 */ booleanShouldFlip
DEPRECATED: since Creo 4
SUCCESSOR(S): <reference 1 to unknown entity pfcDimension::AngularDimOptions::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


static pfcDimensionAngleOptionsCreate ()
DEPRECATED: since Creo 4
SUCCESSOR(S): AngularDimOptions.Create

Creates an empty DimensionAngleOptions object.
Returns: