The optional ScaleCoefficient element is an amount by which all elements representing distances in the QIFDocument/QIFProduct and QIFDocument/Features portions of an instance file are scaled. The default value is 1.The type of all values to be scaled is either LinearValueType or xs:double. To convert such values in an instance file to actual values, divide by the ScaleCoefficient. To record actual values in an instance file, multiply the actual value by the ScaleCoefficient.
Diagram
Type
xs:double
Properties
content
simple
minOccurs
0
default
1.0
Source
<xs:element name="ScaleCoefficient" type="xs:double" default="1.0" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleCoefficient element is an amount by which all elements representing distances in the QIFDocument/QIFProduct and QIFDocument/Features portions of an instance file are scaled. The default value is 1.The type of all values to be scaled is either LinearValueType or xs:double. To convert such values in an instance file to actual values, divide by the ScaleCoefficient. To record actual values in an instance file, multiply the actual value by the ScaleCoefficient.</xs:documentation></xs:annotation></xs:element>
The optional ModelTolerance element is the model tolerance. This value specifies the smallest distance between coordinates, in the global units defined above, that shall be considered as distinct.
Diagram
Type
xs:double
Properties
content
simple
minOccurs
0
Source
<xs:element name="ModelTolerance" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The optional ModelTolerance element is the model tolerance. This value specifies the smallest distance between coordinates, in the global units defined above, that shall be considered as distinct.</xs:documentation></xs:annotation></xs:element>
The optional EpsMassProperty element specifies a tolerance used for calculation of the mass properties of model entities.
Diagram
Type
xs:double
Properties
content
simple
minOccurs
0
Source
<xs:element name="MassPropertyTolerance" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The optional EpsMassProperty element specifies a tolerance used for calculation of the mass properties of model entities.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="ProductHeaderType"><xs:annotation><xs:documentation>The InternalHeaderType defines information about the creation of the file containing the CAD model and global parameters of the model.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PartAssemblyHeaderType"><xs:sequence><xs:element name="ScaleCoefficient" type="xs:double" default="1.0" minOccurs="0"><xs:annotation><xs:documentation>The optional ScaleCoefficient element is an amount by which all elements representing distances in the QIFDocument/QIFProduct and QIFDocument/Features portions of an instance file are scaled. The default value is 1.The type of all values to be scaled is either LinearValueType or xs:double. To convert such values in an instance file to actual values, divide by the ScaleCoefficient. To record actual values in an instance file, multiply the actual value by the ScaleCoefficient.</xs:documentation></xs:annotation></xs:element><xs:element name="ModelTolerance" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The optional ModelTolerance element is the model tolerance. This value specifies the smallest distance between coordinates, in the global units defined above, that shall be considered as distinct.</xs:documentation></xs:annotation></xs:element><xs:element name="MassPropertyTolerance" type="xs:double" minOccurs="0"><xs:annotation><xs:documentation>The optional EpsMassProperty element specifies a tolerance used for calculation of the mass properties of model entities.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>