Show messages:
1-6
…
507-526
527-546
547-566
567-575
From: fcwilt
Hi Michael,
So if I create the first file and it ends in " v0001" the next incremental save would end in " v0002"?
Frederick
From: Michael Gibson
Hi Frederick,
re:
> So if I create the first file and it ends in " v0001" the next incremental save would end in " v0002"?
Yes, in the next v4 beta that's how it will work.
- Michael
From: fcwilt
I am now a happy camper!
Thanks much.
Frederick
From: Mindset (IGNITER)
Hello Michael,
Hmm... Maybe I missed something.
Does the Detail button not provide the opportunity to copy the value of a Dimension?
Image Attachments:
Dimension_Details.png
From: Larry Fahnoe (FAHNOE)
Hi Michael,
Is the value of the decimal precision property preset (Options / Dimensions / Formatting / Decimal display) available for read access via the API anywhere? Thanks.
--Larry
From: Michael Gibson
Hi Mindset, re:
> Hmm... Maybe I missed something.
> Does the Detail button not provide the opportunity to copy the value of a Dimension?
It does not, but that is a good idea to put in.
- Michael
From: Michael Gibson
Hi Larry,
re:
> Is the value of the decimal precision property preset (Options / Dimensions / Formatting / Decimal display)
> available for read access via the API anywhere? Thanks.
Yup, you can get a list of annotation presets using moi.geometryDatabase.getAnnotationPresets(); , and then each preset object has a whole bunch of properties on it:
presetName
presetIndex (read-only, position in preset list)
setFont() (function that will show font picker dialog)
fontName
fontPtSize
fontStyleName
fontWeight
fontStyle
fontUnderline
fontStrikeout
textDisplayMode
textAlign
scaleMode
height
textAnchor
textBoxOutline
textBoxOutlineWidth
textBoxOutlineWidthModelUnits
textBoxPaddingX
textBoxPaddingY
textBoxPaddingXModelUnits
textBoxPaddingYModelUnits
arrowheadType
arrowheadArrowLength
arrowheadArrowLengthModelUnits
arrowheadArrowWidthFactor
arrowheadOpenArrowLength
arrowheadOpenArrowLengthModelUnits
arrowheadOpenArrowWidthFactor
arrowheadTickLength
arrowheadTickLengthModelUnits
arrowheadTickLineWidth
arrowheadDotSize
arrowheadDotSizeModelUnits
arrowheadReverse
arrowPosition
outsideLineLength
outsideLineLengthModelUnits
outsideDrawLineAcross
extensionLength
extensionLengthModelUnits
extensionGap
extensionGapModelUnits
arrowLineExtension
arrowLineExtensionModelUnits
formattingDistanceDisplay
formattingFractionalPrecision
formattingDecimalPrecision
formattingDecimalShowTrailingZeros
radialDimensionRadialType
radialDimensionCrossSize
radialDimensionCrossSizeModelUnits
The one for Formatting > Decimal display is the formattingDecimalPrecision property, it can be an integer number from 0 to 7 for the number of decimal places to show.
- Michael
From: Larry Fahnoe (FAHNOE)
Awesome Michael, you've thought of everything!! I'll give it a whirl.
--Larry
Message 6925.575 was deleted
Show messages:
1-6
…
507-526
527-546
547-566
567-575