


Merged bolt marks are now MarkSet instances. Previously, there could be extra invisible mark objects returned when iterating through marks in a view ( View.GetAllObjects(typeof(MarkBase)). When set, IncludePartCountInTag changes the value for all the positions. The former property IncludePartCountInTag reflects whether at least one position has counting enabled. , IncludePartCountInTagG properties have been added to .StraightDimensionSetAttributes. The IncludePartCountInTagA, IncludePartCountInTagB. It is now possible to control individually for each tag position whether counting is enabled in dimension mark tags. Other attributes can be changed from the view settings dialog box. Modifying drawing objects through Open API now only locks attributes that have changed.
Tekla string operations full#
See the Open API documentation for full details and example code. Additionally, set XS_USE_ONLY_INCHES_IN_SHEET_SIZES to TRUE to return the sheet size in fractional inches only, otherwise the sizes will be in feet-inch format.ĭistance.ToFractionalInchesString() returns a string representation of the distance expressed in fractional inches (no feet). The advanced options XS_IMPERIAL and XS_IMPERIAL_INPUT both need to be set to TRUE to return the sheet size in imperial units. Size.ToString() converts a drawing layout size to a string value expressed either in mm or in imperial units according to advanced option settings. The file name will be -gdi.png where PageNumber is 1 or greater. There are now new options for DPMPrinterAttributes: AssemblyĪ new method, GetModelObjectIdentifiers(Drawing drawing), has been added to the DrawingHandler class for asking all included model object identifiers in the drawing.
