<xs:element name="BaseFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseFeature element identifies the feature whose extreme location is to be used in a construction.</xs:documentation></xs:annotation></xs:element>
The Minimum element specifies whether the minimum or the maximum extreme of the base feature is to be used. It is set to "false" for the maximum extreme point in the specified direction, or set to "true" for the minimum.
Diagram
Type
xs:boolean
Properties
content
simple
default
false
Source
<xs:element name="Minimum" type="xs:boolean" default="false"><xs:annotation><xs:documentation>The Minimum element specifies whether the minimum or the maximum extreme of the base feature is to be used. It is set to "false" for the maximum extreme point in the specified direction, or set to "true" for the minimum.</xs:documentation></xs:annotation></xs:element>
<xs:element name="BaseAxisFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseAxisFeature element identifies a feature whose axis defines the direction along which the extreme point is to be located.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Vector" type="UnitVectorType"><xs:annotation><xs:documentation>The Vector element is a unit vector which defines the direction along which the extreme point is to be located.</xs:documentation></xs:annotation></xs:element>
The Radial element specifies that the extreme point is the point at which a large cylinder coaxial with the feature and containing the feature first touches the feature as its radius shrinks. The Radial element applies only if the base feature is axially symmetric.
Diagram
Type
xs:token
Properties
content
simple
fixed
Radial
Source
<xs:element name="Radial" type="xs:token" fixed="Radial"><xs:annotation><xs:documentation>The Radial element specifies that the extreme point is the point at which a large cylinder coaxial with the feature and containing the feature first touches the feature as its radius shrinks. The Radial element applies only if the base feature is axially symmetric.</xs:documentation></xs:annotation></xs:element>
The Xaxis element specifies that the extreme point is to be taken along the X axis of the current coordinate system.
Diagram
Type
xs:token
Properties
content
simple
fixed
Xaxis
Source
<xs:element name="Xaxis" type="xs:token" fixed="Xaxis"><xs:annotation><xs:documentation>The Xaxis element specifies that the extreme point is to be taken along the X axis of the current coordinate system.</xs:documentation></xs:annotation></xs:element>
The Yaxis element specifies that the extreme point is to be taken along the Y axis of the current coordinate system.
Diagram
Type
xs:token
Properties
content
simple
fixed
Yaxis
Source
<xs:element name="Yaxis" type="xs:token" fixed="Yaxis"><xs:annotation><xs:documentation>The Yaxis element specifies that the extreme point is to be taken along the Y axis of the current coordinate system.</xs:documentation></xs:annotation></xs:element>
The Zaxis element specifies that the extreme point is to be taken along the Z axis of the current coordinate system.
Diagram
Type
xs:token
Properties
content
simple
fixed
Zaxis
Source
<xs:element name="Zaxis" type="xs:token" fixed="Zaxis"><xs:annotation><xs:documentation>The Zaxis element specifies that the extreme point is to be taken along the Z axis of the current coordinate system.</xs:documentation></xs:annotation></xs:element>
The PointFeatureExtremeType defines the construction of the extreme point on a feature in the specified direction. Except in the case of Radial, the point is the point at which a plane approaching the feature from the given direction first touches the feature.
<xs:complexType name="PointFeatureExtremeType"><xs:annotation><xs:documentation>The PointFeatureExtremeType defines the construction of the extreme point on a feature in the specified direction. Except in the case of Radial, the point is the point at which a plane approaching the feature from the given direction first touches the feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="BaseFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseFeature element identifies the feature whose extreme location is to be used in a construction.</xs:documentation></xs:annotation></xs:element><xs:element name="Minimum" type="xs:boolean" default="false"><xs:annotation><xs:documentation>The Minimum element specifies whether the minimum or the maximum extreme of the base feature is to be used. It is set to "false" for the maximum extreme point in the specified direction, or set to "true" for the minimum.</xs:documentation></xs:annotation></xs:element><xs:choice><xs:element name="BaseAxisFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The BaseAxisFeature element identifies a feature whose axis defines the direction along which the extreme point is to be located.</xs:documentation></xs:annotation></xs:element><xs:element name="Vector" type="UnitVectorType"><xs:annotation><xs:documentation>The Vector element is a unit vector which defines the direction along which the extreme point is to be located.</xs:documentation></xs:annotation></xs:element><xs:element name="Radial" type="xs:token" fixed="Radial"><xs:annotation><xs:documentation>The Radial element specifies that the extreme point is the point at which a large cylinder coaxial with the feature and containing the feature first touches the feature as its radius shrinks. The Radial element applies only if the base feature is axially symmetric.</xs:documentation></xs:annotation></xs:element><xs:element name="Xaxis" type="xs:token" fixed="Xaxis"><xs:annotation><xs:documentation>The Xaxis element specifies that the extreme point is to be taken along the X axis of the current coordinate system.</xs:documentation></xs:annotation></xs:element><xs:element name="Yaxis" type="xs:token" fixed="Yaxis"><xs:annotation><xs:documentation>The Yaxis element specifies that the extreme point is to be taken along the Y axis of the current coordinate system.</xs:documentation></xs:annotation></xs:element><xs:element name="Zaxis" type="xs:token" fixed="Zaxis"><xs:annotation><xs:documentation>The Zaxis element specifies that the extreme point is to be taken along the Z axis of the current coordinate system.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:extension></xs:complexContent></xs:complexType>