When creating Isometric drawings I am getting dimensions for the insulation (NOT INSUL/INSUL) that I do not want displayed. I have been keying in the insulation thickness in properties of the piping, but that is only for visual interference checking. I do not want it noted on my Isometric drawings. An image of the unwanted notation/dimensions is attached.
How do I turn off these dimensions/notations on my Isometric drawings?
On AutoCAD Plant 3D 2021, Windows 10
Solved! Go to Solution.
When creating Isometric drawings I am getting dimensions for the insulation (NOT INSUL/INSUL) that I do not want displayed. I have been keying in the insulation thickness in properties of the piping, but that is only for visual interference checking. I do not want it noted on my Isometric drawings. An image of the unwanted notation/dimensions is attached.
How do I turn off these dimensions/notations on my Isometric drawings?
On AutoCAD Plant 3D 2021, Windows 10
Solved! Go to Solution.
Solved by h_eger. Go to Solution.
Dear @Anonymous ,
search in the Iso style you are using in the IsoConfig.xml for the entry "InsulationLimit"
and add the value Enabled = "false" as shown in the code.
<PropertyBreakerScheme Name="InsulationLimit" AnnotationStyle="SpecBreak" Enabled="false" Tag="Left Right" Alignment="FlatHorizontal" LeaderStyle="AlwaysNonArrowed" Filter="InsulationLimitItems" Field="HasInsulation" DefaultAnnotationStyle="Standard" DefaultLeaderStyle="Always" WordWrapLimit="10" EnableMultiple="true" />
Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn
Dear @Anonymous ,
search in the Iso style you are using in the IsoConfig.xml for the entry "InsulationLimit"
and add the value Enabled = "false" as shown in the code.
<PropertyBreakerScheme Name="InsulationLimit" AnnotationStyle="SpecBreak" Enabled="false" Tag="Left Right" Alignment="FlatHorizontal" LeaderStyle="AlwaysNonArrowed" Filter="InsulationLimitItems" Field="HasInsulation" DefaultAnnotationStyle="Standard" DefaultLeaderStyle="Always" WordWrapLimit="10" EnableMultiple="true" />
Hartmut Eger
Senior Engineer
Anlagenplanung + Elektotechnik
XING | LinkedIn
That fixed it. As usual, U R DA MAN! thank-you for the quick response on this!
That fixed it. As usual, U R DA MAN! thank-you for the quick response on this!
Can't find what you're looking for? Ask the community or share your knowledge.