Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to create a cumulated dimensions

Status
Not open for further replies.

hamzawi

Mechanical
Joined
Apr 17, 2022
Messages
1
Location
TN
Hi guys please I need some help , I'am writing a Macro to create some Drawing Dimensions automaticaly. is it possible to create a cumulated dimensions .
 
Maybe?

Property CumulateMode( ) As boolean (Read Only)

Returns cumulate mode or not.
Example:
This example retrieves cumulate mode or not MyDimension drawing dimension.
oCumulateMode = MyDimension.CumulateMode

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top