<xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The Radius element is the arc radius.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Center" type="PointSimpleType"><xs:annotation><xs:documentation>The Center element is the 3D coordinates of center of the arc.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DirBeg" type="UnitVectorSimpleType"><xs:annotation><xs:documentation>The DirBeg element is a unit vector representing the beginning of the circular arc.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Normal" type="UnitVectorSimpleType"><xs:annotation><xs:documentation>The Normal element is normal of the plane wherein the circular arc is defined.</xs:documentation></xs:annotation></xs:element>
The ArcCircular13CoreType defines the mathematical core of the geometric entity 'circular_arc(t):R1->R3'. A circular arc is defined as a portion of a circle.
The required domain attribute is the domain of the parameterization of the curve.
Source
<xs:complexType name="ArcCircular13CoreType"><xs:annotation><xs:documentation>The ArcCircular13CoreType defines the mathematical core of the geometric entity 'circular_arc(t):R1->R3'. A circular arc is defined as a portion of a circle.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CurveCoreBaseType"><xs:sequence><xs:element name="Radius" type="xs:double"><xs:annotation><xs:documentation>The Radius element is the arc radius.</xs:documentation></xs:annotation></xs:element><xs:element name="Center" type="PointSimpleType"><xs:annotation><xs:documentation>The Center element is the 3D coordinates of center of the arc.</xs:documentation></xs:annotation></xs:element><xs:element name="DirBeg" type="UnitVectorSimpleType"><xs:annotation><xs:documentation>The DirBeg element is a unit vector representing the beginning of the circular arc.</xs:documentation></xs:annotation></xs:element><xs:element name="Normal" type="UnitVectorSimpleType"><xs:annotation><xs:documentation>The Normal element is normal of the plane wherein the circular arc is defined.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>