API Documentation > Interface Classes > Class pfcDrawingDimCreateInstructions
Class pfcDrawingDimCreateInstructions

# include <pfcDimension2D.h>

class
pfcDrawingDimCreateInstructions
: public virtual
xobject
{
xdeclare(pfcDrawingDimCreateInstructions)
...
};
This is a
COMPACT class.

Description
This interface is used for creating a drawing dimension.
See Also:
Method Summary
DEPRECATED: since Creo 4
Create an instructions object used to create a new dimension in a drawing.
void
DEPRECATED: since Creo 4
The entities that the dimension references. The selections should include the drawing model view.
void
DEPRECATED: since Creo 4
Whether or not to display the new dimension upon creation. The default is true.
void
DEPRECATED: since Creo 4
true if the dimension should be a reference dimension, null or false otherwise.
void
DEPRECATED: since Creo 4
The orientation hint for proper dimension placement.
void
DEPRECATED: since Creo 4
The dimension senses associated with the dimension attachments.
void
DEPRECATED: since Creo 4
The location of the dimension text, in screen coordinates.
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
DEPRECATED: since Creo 4
Method Detail
GetAttachments
()
void
SetAttachments
DEPRECATED: since Creo 4
The entities that the dimension references. The selections should include the drawing model view.
GetSenses
()
void
SetSenses
DEPRECATED: since Creo 4
The dimension senses associated with the dimension attachments.
GetTextLocation
()
void
SetTextLocation
(pfcVector2D_ptr value)
DEPRECATED: since Creo 4
The location of the dimension text, in screen coordinates.
GetIsRefDimension
()
void
SetIsRefDimension
(xbool value)
DEPRECATED: since Creo 4
true if the dimension should be a reference dimension, null or false otherwise.
GetOrientationHint
()
void
SetOrientationHint
DEPRECATED: since Creo 4
The orientation hint for proper dimension placement.
GetDisplay
()
void
SetDisplay
(xbool value)
DEPRECATED: since Creo 4
Whether or not to display the new dimension upon creation. The default is true.
DEPRECATED: since Creo 4
Create an instructions object used to create a new dimension in a drawing.
See Also:
User Guide References:
Parameters:
Attachments
The attachment point(s) used to place the dimension.
Senses
The dimension senses corresponding to each attachment point. There should be one dimension sense for each attachment point.
TextLocation
The point used to calculate the location of the dimension text.
Hint
The orientation hint for the dimension.
Returns:
The created instructions object.
Was this helpful?