Community
Is their a way to change the cut length of pipe from "ft & in" format to just be inches format
Example. 1'-2 1/2" to 14 1/2"
Is their a way to change the cut length of pipe from "ft & in" format to just be inches format
Example. 1'-2 1/2" to 14 1/2"
I think you can change it in the isoconfig.xml here (not tested):
<Styles> <!-- The style which stores the typical dimension style settings for formatting measurements --> <!-- 'Name': (string); The name of the style, referenced in the following measurement styles. --> <!-- 'UnitFormat: (string); Options include Scientific, Decimal, Engineering, Architectural, Fractional and WindowsDesktop. --> <!-- 'Precision: (string); Options include Precision<N> where N is in the range of 1 to 9. --> <!-- 'Prefix': (string); The prefix that will be added to the formatted measurement. --> <!-- 'Suffix': (string); The suffix that will be appended to the formatted measurement. --> <!-- 'Scale': (double); The scale factor that will apply to the measurement. e.g. 0.001. --> <!-- 'Decimal': (string); The decimal separator. e.g. '.', ',' or ' '. --> <Style Name="Imperial" UnitFormat="Architectural" Precision="Precision5" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="ImperialSize" UnitFormat="Fractional" Precision="Precision5" Prefix="" Suffix=""" Scale="1" Decimal="." /> <Style Name="ImperialPipeLength" UnitFormat="Architectural" Precision="Precision5" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="ImperialPipeLengthAlt" UnitFormat="Architectural" Precision="Precision1" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="Metric" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="MetricSize" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="MetricPipeLength" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="mm" Scale="1" Decimal="." /> <Style Name="MetricPipeLengthAlt" UnitFormat="Decimal" Precision="Precision2" Prefix="" Suffix="M" Scale="0.001" Decimal="." /> <Style Name="RefDimExtLineImperial" UnitFormat="Architectural" Precision="Precision5" Prefix="" Suffix="" Scale="0.2" Decimal="." /> <Style Name="RefDimExtLineMetric" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="" Scale="10" Decimal="." /> <Style Name="ImperialPulledPipeLengthAlt" UnitFormat="Architectural" Precision="Precision9" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="MetricPulledPipeLengthAlt" UnitFormat="Decimal" Precision="Precision9" Prefix="" Suffix="M" Scale="0.001" Decimal="." /> </Styles>
I think you can change it in the isoconfig.xml here (not tested):
<Styles> <!-- The style which stores the typical dimension style settings for formatting measurements --> <!-- 'Name': (string); The name of the style, referenced in the following measurement styles. --> <!-- 'UnitFormat: (string); Options include Scientific, Decimal, Engineering, Architectural, Fractional and WindowsDesktop. --> <!-- 'Precision: (string); Options include Precision<N> where N is in the range of 1 to 9. --> <!-- 'Prefix': (string); The prefix that will be added to the formatted measurement. --> <!-- 'Suffix': (string); The suffix that will be appended to the formatted measurement. --> <!-- 'Scale': (double); The scale factor that will apply to the measurement. e.g. 0.001. --> <!-- 'Decimal': (string); The decimal separator. e.g. '.', ',' or ' '. --> <Style Name="Imperial" UnitFormat="Architectural" Precision="Precision5" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="ImperialSize" UnitFormat="Fractional" Precision="Precision5" Prefix="" Suffix=""" Scale="1" Decimal="." /> <Style Name="ImperialPipeLength" UnitFormat="Architectural" Precision="Precision5" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="ImperialPipeLengthAlt" UnitFormat="Architectural" Precision="Precision1" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="Metric" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="MetricSize" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="MetricPipeLength" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="mm" Scale="1" Decimal="." /> <Style Name="MetricPipeLengthAlt" UnitFormat="Decimal" Precision="Precision2" Prefix="" Suffix="M" Scale="0.001" Decimal="." /> <Style Name="RefDimExtLineImperial" UnitFormat="Architectural" Precision="Precision5" Prefix="" Suffix="" Scale="0.2" Decimal="." /> <Style Name="RefDimExtLineMetric" UnitFormat="Decimal" Precision="Precision1" Prefix="" Suffix="" Scale="10" Decimal="." /> <Style Name="ImperialPulledPipeLengthAlt" UnitFormat="Architectural" Precision="Precision9" Prefix="" Suffix="" Scale="1" Decimal="." /> <Style Name="MetricPulledPipeLengthAlt" UnitFormat="Decimal" Precision="Precision9" Prefix="" Suffix="M" Scale="0.001" Decimal="." /> </Styles>
Can't find what you're looking for? Ask the community or share your knowledge.