Author Topic: associative dimensions  (Read 2773 times)

0 Members and 1 Guest are viewing this topic.

Humbertogo

  • Guest
associative dimensions
« on: April 07, 2006, 06:47:31 AM »
Is there a way to create associative  dimensions using vb

Thanks

Chuck Gabriel

  • Guest
Re: associative dimensions
« Reply #1 on: April 07, 2006, 08:05:40 AM »
Sure.  Have a look at the following methods of the AcadBlock class:

AddDim3PointAngular
AddDimAligned
AddDimAngular
AddDimDiametric
AddDimOrdinate
AddDimRadial
AddDimRotated

Not sure if DimAssoc (or DimAso) has to be turned on for these to be created as associative.

Humbertogo

  • Guest
Re: associative dimensions
« Reply #2 on: April 07, 2006, 08:32:07 AM »
Where

 use the following methods and properties

ArrayPolar

ArrayRectangular

Copy

Delete

GetBoundingBox

GetExtensionDictionary

GetXData

Highlight

IntersectWith

Mirror

Mirror3D

Move

Rotate

Rotate3D

ScaleEntity

SetXData

TransformBy

Update
 Properties

AltRoundDistance

AltSuppressLeadingZeros

AltSuppressTrailingZeros

AltSuppressZeroInches

AltSuppressZeroFeet

AltTextPrefix

AltTextSuffix

AltTolerancePrecision

AltToleranceSuppressLeadingZeros

AltToleranceSuppressTrailingZeros

AltToleranceSuppressZeroFeet

AltToleranceSuppressZeroInches

AltUnitsFormat

AltUnits

AltUnitsPrecision

AltUnitsScale

Application

Arrowhead1Block

Arrowhead1Type

Arrowhead2Block

Arrowhead2Type

ArrowheadSize

DecimalSeparator

DimensionLineColor

DimensionLineExtend

DimensionLineWeight

DimLine1Suppress

DimLine2Suppress

DimLineInside

Document

ExtensionLineColor

ExtensionLineExtend

ExtensionLineOffset

ExtensionLineWeight

ExtLine1Point

ExtLine2Point

ExtLine1Suppress

ExtLine2Suppress

Fit

ForceLineInside

FractionFormat

Handle

HasExtensionDictionary

HorizontalTextPosition

Hyperlinks

Layer

LinearScaleFactor

Linetype

LinetypeScale

Lineweight

Measurement

Normal

ObjectID

OwnerID

PlotStyleName

PrimaryUnitsPrecision

Rotation

RoundDistance

ScaleFactor

StyleName

SuppressLeadingZeros

SuppressTrailingZeros

SuppressZeroFeet

SuppressZeroInches

TextColor

TextGap

TextHeight

TextInside

TextInsideAlign

TextMovement

TextOutsideAlign

TextOverride

TextPosition

TextPrefix

TextRotation

TextStyle

TextSuffix

ToleranceDisplay

ToleranceHeightScale

ToleranceJustification

ToleranceLowerLimit

TolerancePrecision

ToleranceSuppressLeadingZeros

ToleranceSuppressTrailingZeros

ToleranceSuppressZeroInches

ToleranceSuppressZeroFeet

ToleranceUpperLimit

TrueColor

UnitsFormat

VerticalTextPosition

Visible 
 Events

Modified 
 


 

Chuck Gabriel

  • Guest
Re: associative dimensions
« Reply #3 on: April 07, 2006, 08:58:01 AM »
That is a very vague question.  What exactly are you trying to accomplish?

Humbertogo

  • Guest
Re: associative dimensions
« Reply #4 on: April 07, 2006, 09:09:50 AM »
I just try to find the properties