I have a vba macro to draw [DimXpert Location Dimension] in .sldprt file.
Get and Set Location Dimension Example (VBA)
' insert DimXpert dimension
dimXpertPart.InsertLocationDimension dimOption
Can I change DimXpert Direction in VBA? (before InsertLocationDimension or after InsertLoactionDimension)
I ran vba macro recorder, draw dimension and change its direction by hand, but No code was created.
SolidworksApi macros