<xs:complexType name="PointFeaturePierceType">
<xs:annotation>
<xs:documentation>The PointFeaturePierceType defines the construction of a point created by the intersection of a surface with a line or curve.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ConstructionMethodBaseType">
<xs:sequence>
<xs:element name="SurfaceFeature" type="BaseFeatureType">
<xs:annotation>
<xs:documentation>The SurfaceFeature element identifies a feature representing a surface such as a plane, cylinder, point-defined surface, etc.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CurveFeature" type="BaseFeatureType">
<xs:annotation>
<xs:documentation>The CurveFeature element identifies a feature representing a curve such as a line, cylinder axis, point-defined curve, etc.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |